Example #1
0
 private void notifyIcon_DoubleClick(object sender, EventArgs e)
 {
     if (FormWindowState.Minimized == WindowState)
     {
         Show();
         TraceOps.SetLogVisible();
         WindowState = FormWindowState.Normal;
     }
 }