摘要: public void showform(Form f) { int count = 0;//用来记录是否有打开的窗体 foreach(Form ff in this.MdiChildren)//遍历容器中已经打开的窗体 ... 阅读全文
posted @ 2016-01-09 09:32 左转右转 阅读(283) 评论(0) 推荐(0)