Exemplo n.º 1
0
 void grid_MouseEnter(object sender, MouseEventArgs e)
 {
     if (isClosing)
     {
         return;
     }
     TrayIcon.GetParentTaskbarIcon(this).ResetBalloonCloseTimer();
 }
Exemplo n.º 2
0
 void imgClose_MouseDown(object sender, MouseButtonEventArgs e)
 {
     TrayIcon.GetParentTaskbarIcon(this).CloseBalloon();
 }