Advertisement
SoulzYT

Untitled

May 24th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (textBox1.Text == "HelloThere")
  2. {
  3. MessageBox.Show("");
  4. this.Hide();
  5. Form2 main = new Form2();
  6. main.Show();
  7. }
  8. else
  9. {
  10. MessageBox.Show("");
  11. Application.Exit();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement