日期:2014-05-20 浏览次数:21118 次
List<Form> frms=new List<Form>(2); frms.Add(new Form()); frms.Add(new Form()); foreach(Form frm in frms) { frm.Show(); }