c# Winform间的页面传值
摘要:
Form2public partial class Form2 : Form{ public string str; public Form2() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { str = textBox1.Text; Form3 f3 = new Form3(); f3.ShowDialog(this); }}Form3public partial class... 阅读全文
posted @ 2013-06-21 18:02 Hai_阔天空 阅读(223) 评论(0) 推荐(0)
浙公网安备 33010602011771号