Esempio n. 1
0
 /// <summary>
 /// opens a new standby screen
 /// </summary>
 private void showStandby()
 {
     enableWave();
     namesInit();
     if (standby == null)
     {
         standby = new StandbyWindow(names.ToArray());
     }
     standby.Show();
     alignScreens();
 }