Advertisement
TrippZ

Loading Screen Code

Sep 27th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. panel2.Width += 3;
  2. if(panel2.Width >= 344)
  3. {
  4. timer1.Stop();
  5. mian p = new mian(_;
  6. p.Show();
  7. this.Hide();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement