窗體容器

public void showform(Form f) { int count = 0;//用來記錄是否有打開的窗體 foreach(Form ff in this.MdiChildren)//遍歷容器中已經打開的窗體 { if (f.Name == ff.Name)//如果重
相關文章
相關標籤/搜索