摘要:
if(this._IsExistChildForm("ChildForm")) { return; } ChildForm childForm= new ChildForm(); childForm.MdiParent = this; childForm.Name = "ChildForm"; childForm.Show(); /// /// 判断是否含有该子窗体 /// /// 子窗体名称... 阅读全文
posted @ 2005-09-03 00:29
泡面 @ 幸福
阅读(697)
评论(0)
推荐(0)