internal void CloseForm() { if (fForm != null) { fForm = null; } }
public void Execute() { if (!fHost.IsWidgetActive(this)) { fForm = new DataQualityWidget(this); fForm.Show(); } else { fForm.Close(); } }