Esempio n. 1
0
 public EmailTextBox()
 {
     Validate   = () => EmailUtils.CheckValidEmail(Text);
     PasswdChar = '\0';
 }