Beispiel #1
0
 // Checking Email.
 public bool CheckEmail(string email)
 {
     return(ob.CheckEmail(email));
 }