コード例 #1
0
        //###############################################CLASS ChartOfAccount EVENTS##################################################
        //event is raised when the class is loaded
        protected virtual void ClassLoad(object sender, EventArgs e)
        {
            _chartOfAccountInfo = new CommonExchange.ChartOfAccount();

            _chartOfAccountManager.InitializeAccountCategoryComboBox(this.cboAccountCategory);

            _chartOfAccountInfo.IsActiveAccount = true;
        }//--------------------