摘要:
ApplicationContext 类:指定有关应用程序线程的上下文信息.可以启动多个窗体.默认情况下,ApplicationContext 侦听应用程序主 Form 上的 Closed,然后退出线程的消息循环。 如:[代码] 阅读全文
摘要:
首先先定义一个interfacepublic interface btnClickEvent { void btnAdd_Click(); void btnEdit_Click(); }然后在父窗体中按键事件private void btnAdd_Click(object sender, EventArgs e) { if (ActiveMdiChild != null) { if (Activ... 阅读全文