摘要:
1.通过构造函数特点:传值是单向的(不可以互相传值),实现简单实现代码如下:在窗体Form2中int value1;string value2;public Form2 ( int value1 , string value2 ){ InitializeComponent ( ); this.val... 阅读全文
摘要:
1 private void treeView1_MouseUp(object sender, MouseEventArgs e) 2 { 3 4 TreeNode selectnode = this.treeView1.GetN... 阅读全文