111,120
社区成员
发帖
与我相关
我的任务
分享Form[] subForm = this.MdiChildren;
foreach (Form ff in subForm)
{
if (ff.Text == "窗体1")
{
ff.Activate();
}
}