如何在c#中使用Application.OpenForms

时间:2015-03-11 19:20:48

标签: c#

在c#项目中如何使用“Application.OpenForms” 它如何在项目中使用,用于识别表单已经打开或不... 你能告诉我一个例子。

1 个答案:

答案 0 :(得分:0)

Timesheet ts = (Timesheet)Application.OpenForms["Timesheet"];
ts.Invoke((MethodInvoker)(() => ts.dataGrid3.DataSource = null));