Advertisement
emsixteen

Untitled

Jan 22nd, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for (byte loops = 1; loops <= 10; loops++)
  2. {
  3. Label1.Visible = !(Label1.Visible);
  4.  
  5. this.Refresh();
  6. System.Threading.Thread.Sleep(150);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement