private void tIPO_DE_MASCOTATextBox_KeyPress(object sender, KeyPressEventArgs e) { Metodos.SoloLetras(e); }
private void cOLORTextBox_KeyPress(object sender, KeyPressEventArgs e) { Metodos.SoloLetras(e); }
private void sEGUNDO_APELLIDOTextBox_KeyPress(object sender, KeyPressEventArgs e) { Metodos.SoloLetras(e); }
private void dIRECCION_CALLETextBox_KeyPress(object sender, KeyPressEventArgs e) { Metodos.SoloLetras(e); }
private void pRIMER_NOMBRETextBox_KeyPress(object sender, KeyPressEventArgs e) { Metodos.SoloLetras(e); }