Beispiel #1
0
 private void txtPCompra_Enter(object sender, EventArgs e)
 {
     Funciones.SelTexto((TextBox)sender);
 }
Beispiel #2
0
 private void txtMinimo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "N", (TextBox)sender);
 }
Beispiel #3
0
 private void txtPCompra_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "D", (TextBox)sender);
 }