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