随笔分类 -  WinForm

关于地址添加 子窗体向父窗体传值 树的使用详细
摘要:namespace ItcastSIMS{ public partial class FrmArea : Form { public FrmArea() { InitializeComponent(); } AreaBLL bll = new AreaBLL(); List<Areas> list; 阅读全文

posted @ 2013-12-02 10:43 月&&生 阅读(157) 评论(0) 推荐(0)

单例窗体
摘要:当前页面代码 点击事件 private void tsbStudent_Click(object sender, EventArgs e) { FrmStudent frm = FrmStudent.Instance; frm.MdiParent = this; frm.Show(); } //需要 阅读全文

posted @ 2013-12-01 16:45 月&&生 阅读(175) 评论(0) 推荐(0)