Beispiel #1
0
 private void ManageUpdater()
 {
     if (!this.Visible)
     {
         UpdateUI.Stop();
     }
     else
     {
         UpdateUI.Start();
     }
 }