Advertisement
Guest User

Untitled

a guest
Dec 19th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (textBox1.Text.Contains("@gmail.com") || textBox1.Text.Contains("@mail.ru") || textBox1.Text.Contains("@yandex.ru") || textBox1.Text.Contains("@yandex.ua") || textBox1.Text.Contains("@hotmail.com") || textBox1.Text.Contains("@meta.net"))
  2. {
  3.  
  4. }
  5. else
  6. {
  7. MessageBox.Show("-");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement