摘要:
现在有两个窗体,窗体1和窗体2,单击窗体2的button可以得到一个值,现在想做到单击button时将取到的值赋给窗体1的textbox中,同时关闭窗体2定义事件 窗体2 public delegate void SampleEventDelegate(string s); public event SampleEventDelegate SampleEvent; private void button1_Click(object sender, EventArgs e) ... 阅读全文
posted @ 2012-05-23 18:25
小锋神
阅读(861)
评论(0)
推荐(0)

浙公网安备 33010602011771号