BKI_DichVuMatDat.f388_main.m_cmd_bc_hop_dong_het_han_ItemClick C# (CSharp) Method

m_cmd_bc_hop_dong_het_han_ItemClick() private method

private m_cmd_bc_hop_dong_het_han_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object
e ItemClickEventArgs
return void
        void m_cmd_bc_hop_dong_het_han_ItemClick(object sender, ItemClickEventArgs e)
        {
            try
            {
                DateTime v_ngay_dau_tien_cua_thang_hien_tai = CHRMCommon.get_first_day_of_month(DateTime.Now.Date);
                DateTime v_ngay_cuoi_cung_cua_thang_hien_tai = CHRMCommon.get_last_day_of_month(DateTime.Now.Date);
                //F110_dm_hop_dong_het_han v_frm = new F110_dm_hop_dong_het_han();
                //if (IsExistFormName(v_frm)) return;

                //v_frm.MdiParent = this;
                //v_frm.display(v_ngay_dau_tien_cua_thang_hien_tai.AddDays(-1), v_ngay_cuoi_cung_cua_thang_hien_tai.AddDays(1));
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
f388_main