private void letrasynumerosini(object sender, KeyPressEventArgs e)
 {
     textini.ForeColor = SystemColors.WindowText;
     textini.Font      = new Font(textini.Font, FontStyle.Regular);
     mn.soloLetrasYNumeros(e);
 }
Exemple #2
0
 private void namepr(object sender, KeyPressEventArgs e)
 {
     textname.ForeColor = SystemColors.WindowText;
     textname.Font      = new Font(textname.Font, FontStyle.Regular);
     vb.soloLetrasYNumeros(e);
 }
Exemple #3
0
 private void txtCodeV_KeyPress(object sender, KeyPressEventArgs e)
 {
     cs.soloLetrasYNumeros(e);
     txtCodeV.ForeColor = SystemColors.WindowText;
     txtCodeV.Font      = new Font(txtCodeV.Font, FontStyle.Regular);
 }