Пример #1
0
 private void tIPO_DE_MASCOTATextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Пример #2
0
 private void cOLORTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Пример #3
0
 private void sEGUNDO_APELLIDOTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Пример #4
0
 private void dIRECCION_CALLETextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }
Пример #5
0
 private void pRIMER_NOMBRETextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Metodos.SoloLetras(e);
 }