Ejemplo n.º 1
0
 void DisplayIdleNotification()
 {
     if (InvokeRequired)
     {
         Invoke((MethodInvoker) delegate { DisplayIdleNotification(); });
         return;
     }
     idleNotificationWindowController.Show();
     idleNotificationWindowController.BringToFront();
 }