Пример #1
0
        private void InitializeScreen()
        {
            ComboboxItem cmb = new ComboboxItem();

            MyCommon.ClearCurrentPanel(ref panel7);
            MyAccount.LoadAccountType(cmbAccountType);
            MyAccount.LoadAccountType(cmbSearchAccType);
            MyCommon.LoadStatusComboAccount(cmbAccStatus, 1);
            MyAccount.LoadCurrency(cmbCurrenyType);
            cmbCurrenyType.Text = cmb.GetReleventTextFromID(cmbCurrenyType, "LKR", true);
            cmbAccStatus.Text   = cmb.GetReleventTextFromID(cmbAccStatus, "1", true);
        }