Esempio n. 1
0
 private void PcxLogo_MouseHover(object sender, EventArgs e)
 {
     TmrNotify.Stop();
 }
Esempio n. 2
0
 private void UINotification_MouseLeave(object sender, EventArgs e)
 {
     TmrNotify.Interval = RemainingTime;
     TmrNotify.Start();
 }
Esempio n. 3
0
 private void LblBody_MouseHover(object sender, EventArgs e)
 {
     TmrNotify.Stop();
 }
Esempio n. 4
0
 private void UINotification_MouseHover(object sender, EventArgs e)
 {
     TmrNotify.Stop();
     return;
 }