Ejemplo n.º 1
0
 private void tb_Email_Leave(object sender, EventArgs e)
 {
     tb_Email.Text = InputChecker.CheckEmail(tb_Email.Text);
 }