Form2 f2 = new Form2() ; f2.Owner = this; f2.ShowDialog() ; //Form2: //在需要对其调用者(父)刷新时 Form1 f1 ; f1 = (Form1)this.Owner; //重新绑定 f1.Refresh_Method() ;
111,129
社区成员
642,535
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧