Esempio n. 1
0
 private void TrayForm_Resize(object sender, EventArgs e)
 {
     if (this.WindowState == FormWindowState.Minimized)
     {
         this.TrayIcon.ContextMenu = controller.createClientMenu();
         this.ShowInTaskbar        = false;
         this.WindowState          = FormWindowState.Minimized;
         this.TrayIcon.Visible     = true;
     }
 }