Пример #1
0
 public override void Execute()
 {
     if (!Host.IsWidgetActive(this))
     {
         fForm = new HistoryDataWin(this);
         fForm.Show();
     }
     else
     {
         fForm.Close();
     }
 }