Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. private void Thread_Notify_MouseClick(object sender, MouseEventArgs e)
  2. {
  3. if (e.Button == MouseButtons.Left)
  4. {
  5. Thread_Notify.Visible = false;
  6. Application.Exit();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement