Example #1
0
 public void Select()
 {
     if (selected)
     {
         stepManager.ResetSteps();
         return;
     }
     stepManager.HideSteps(this);
     Show();
     ShowInfo();
 }