예제 #1
0
        /// <summary>
        /// Preload View
        /// </summary>
        private void PreloadView()
        {
            IsBindingSourceLoading = true;

            _boxLoader.LoadComboBoxTaxes(taxes_idComboBox);

            IsBindingSourceLoading = false;
        }
예제 #2
0
        /// <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;
        }