コード例 #1
0
 private void txtPrecioVenta_KeyPress(object sender, KeyPressEventArgs e)
 {
     Clases.cFunciones fun = new Clases.cFunciones();
     fun.SoloEnteroConPunto(sender, e);
 }
コード例 #2
0
 private void txtImporteaPagar_KeyPress_1(object sender, KeyPressEventArgs e)
 {
     Clases.cFunciones fun = new Clases.cFunciones();
     fun.SoloEnteroConPunto(sender, e);
 }