Esempio n. 1
0
        internal void addCustomer_addCustomer()
        {
            if (customerManagerImpl.addCustomerPopup())
            {
                UIComboBox uIComboBox = new UIComboBox();
                uIComboBox.customersForAddSellingInvoice(mSComboBox);

                mSComboBox.SelectedValue = addCustomer.AddedId;
                addCustomer.Hide();
                addCustomer.resetForm();
            }
        }