Пример #1
0
 private void txt_cpf_KeyPress(object sender, KeyPressEventArgs e)
 {
     CPF.BloqueiaLetrasECaracteresEspeciais(sender, e);
 }