Exemple #1
0
 //Calcular vuelto
 private void nudImporteFact_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (e.KeyChar == (char)Keys.Enter)
     {
         Facturacion.CalcularCambio(txtTOTALFactura,
                                    nudImporteFact,
                                    btnAgregarfactura,
                                    txtVueltoFAct);
     }
 }