Beispiel #1
0
 private void NuevoButton_Click(object sender, EventArgs e)
 {
     IdNumericUpDown.Value = 0;
     FechaDateTimePicker.ResetText();
     NombresComboBox.ResetText();
     ProductoComboBox.ResetText();
     DetalleFacturaDataGridView.DataSource = null;
     SubTotalNumericUpDown.Value           = 0;
     ItbisNumericUpDown.Value    = 0;
     TotalNumericUpDown.Value    = 0;
     CantidadNumericUpDown.Value = 0;
     detalles.Clear();
     EfectivoNumericUpDown.Value = 0;
     DevueltaNumericUpDown.Value = 0;
     MyErrorProvider.Clear();
 }