Ejemplo n.º 1
0
 private void tIPO_DE_MASCOTATextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Ejemplo n.º 2
0
 private void cOLORTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Ejemplo n.º 3
0
 private void sEGUNDO_APELLIDOTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Ejemplo n.º 4
0
 private void dIRECCION_CALLETextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Ejemplo n.º 5
0
 private void pRIMER_NOMBRETextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }