コード例 #1
0
 private void txtGanancia_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "D", (TextBox)sender);
 }
コード例 #2
0
 private void txtPVentaImpuesto_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "D", (TextBox)sender);
 }
コード例 #3
0
 private void txtMinimo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Funciones.ValidarCampo(e, "N", (TextBox)sender);
 }