Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. this.Close();
  2. Options signIn= new Options();
  3. signIn.ShowDialog();
  4. }
  5. //Random r = new Random();
  6. //Messagebox.Show(r.Next(0,100).ToString());
  7. int d = 2;
  8. int n = 52;
  9.  
  10. if (d > 1)
  11. if (n > 20)
  12. {
  13. System.Windows.Forms.MessageBox.Show("He2223llo world"); //WinForms
  14. Options signIn= new Options();
  15. signIn.ShowDialog();
  16. }
  17. else
  18. {
  19. System.Windows.Forms.MessageBox.Show("Hello world"); //WinForms
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement