private void Nuevo_button_Click(object sender, EventArgs e) { ArticuloId_numericUpDown.Value = 0; FechaVencimiento_dateTimePicker.ResetText(); Descripcion_textBox.Clear(); Precio_numericUpDown.Value = 0; Existencia_numericUpDown.Value = 0; CantidadCotizada_numericUpDown.Value = 0; }
private void Limpiar() { ArticuloId_numericUpDown.Value = 0; FechaVencimiento_dateTimePicker.ResetText(); Descripcion_textBox.Clear(); Precio_numericUpDown.Value = 0; CantidadCotizada_numericUpDown.Value = 0; Existencia_numericUpDown.Value = 0; }