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

        //##################################END BUTTON btnSearchChartOfAccount EVENTS######################################################

        //##################################BUTTON btnPrintChartOfAccount EVENTS######################################################
        //event is raised when the control is clicked
        private void btnPrintChartOfAccountsClick(object sender, EventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;

            _chartOfAccountManager.PrintChartOfAccount(_userInfo);

            this.Cursor = Cursors.Arrow;
        }//-----------------------