예제 #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);
 }