标签: c#
在c#项目中如何使用“Application.OpenForms” 它如何在项目中使用,用于识别表单已经打开或不... 你能告诉我一个例子。
答案 0 :(得分:0)
Timesheet ts = (Timesheet)Application.OpenForms["Timesheet"]; ts.Invoke((MethodInvoker)(() => ts.dataGrid3.DataSource = null));