private void Closer_Tick(object sender, EventArgs e) { Closer.Stop(); this.Hide(); this.inUse = false; Interface.EndNotification(this); }
private void NotificationDialog_MouseEnter(object sender, EventArgs e) { Closer.Stop(); }