/// <summary> /// Preload View /// </summary> private void PreloadView() { IsBindingSourceLoading = true; _boxLoader.LoadComboBoxTaxes(taxes_idComboBox); IsBindingSourceLoading = false; }
/// <summary> /// Preload View /// </summary> private void PreloadView() { IsBindingSourceLoading = true; _boxLoader.LoadComboBoxTreatmentsTypes(treatmentstypes_idComboBox); _boxLoader.LoadComboBoxTreatmentsPricesLists(treatmentspriceslists_idComboBox); _boxLoader.LoadComboBoxTaxes(taxes_idComboBox); _boxLoader.LoadComboBoxFilterTreatmentsPricesLists(comboBox_tabTreatmentsPrices_filterPriceslists); IsBindingSourceLoading = false; }