Exemplo n.º 1
0
 private void Nuevobutton_Click(object sender, EventArgs e)
 {
     IDnumericUpDown.Value = 0;
     DescripciontextBox.Clear();
     PrecionumericUpDown.Value = 0;
     CantidadCotizadatextBox.Clear();
 }
Exemplo n.º 2
0
 private void Nuevobutton_Click(object sender, EventArgs e)
 {
     IdnumericUpDown.Value = 0;
     FechaVencimientodateTimePicker.Value = DateTime.Now;
     DescripciontextBox.Clear();
     PreciotextBox.Clear();
     ExistenciatextBox.Clear();
     CantidadCotizadatextBox.Clear();
 }