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