BKI_DichVuMatDat.BaoCao.f412_rpt_tong_hop_tt_v2.f413_rpt_tong_hop_thong_tin_Load C# (CSharp) Method

f413_rpt_tong_hop_thong_tin_Load() private method

private f413_rpt_tong_hop_thong_tin_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void f413_rpt_tong_hop_thong_tin_Load(object sender, EventArgs e)
        {
            try
            {
                m_prb.Visible = false;
                this.m_panel.Visible = false;
                //m_txt_thang.EditValue = DateTime.Now.Month;
                //m_txt_nam.EditValue = DateTime.Now.Year;
                m_dat_thang.DateTime = DateTime.Now.Date;
                m_cmd_view.Focus();
                hien_thi_thong_tin_bang_luong();
                load_data_2_grid();
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }