Guest User

Untitled

a guest
Dec 13th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. private void timer2_Tick(object sender, EventArgs e)
  2.  
  3. {
  4.  
  5. }
  6.  
  7. private int _count = 1000
  8. private void timer2_Tick(object sender, EventArgs e)
  9. {
  10. _count--;
  11. myLabel.Text = _count.ToString();
  12. }
Add Comment
Please, Sign In to add comment