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