Exemple #1
0
 //clears all fields
 private void ClearFields()
 {
     ControlUtil.ClearTextBoxes(_txtTotalCost);
     ControlUtil.ClearComboBoxes(_cboOrderClient, _cboProductSelect);
 }