コード例 #1
0
        }//--------------------

        //###############################################END CLASS ChartOfAccount EVENTS##################################################

        //##################################COMBOBOX cboAccountCategory EVENTS##########################################################
        //event is raised when the selected index is changed
        private void cboAccountCategorySelectedIndexChanged(object sender, EventArgs e)
        {
            _chartOfAccountInfo.AccountingCategoryInfo = _chartOfAccountManager.GetDetailsAccountingCategory(this.cboAccountCategory.SelectedIndex);
        }//---------------------