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

        //##################################END BUTTON btnPrintChartOfAccount EVENTS######################################################
        #endregion

        #region Programmer's Defined Void Procedures
        //this procedure will initialize chart of account view
        private void InitializeChartOfAccountView(Boolean isRefrestChartOfAccount)
        {
            if (isRefrestChartOfAccount)
            {
                _chartOfAccountManager.SelectChartOfAccountsArrangedList(_userInfo, "*", String.Empty, String.Empty, true);
            }

            _chartOfAccountManager.ArrageAccountHierarchyList();
            _chartOfAccountManager.InitializeChartOfAccountListView(this.trvChartOfAccounts);
        }//-------------------