BKI_DichVuMatDat.f388_main.m_lbl_canh_bao_het_han_hop_dong_DoubleClick C# (CSharp) Метод

m_lbl_canh_bao_het_han_hop_dong_DoubleClick() приватный Метод

private m_lbl_canh_bao_het_han_hop_dong_DoubleClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void m_lbl_canh_bao_het_han_hop_dong_DoubleClick(object sender, EventArgs e)
        {
            //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");
            //DateTime v_ngay_dau_tien_cua_thang_hien_tai = CHRMCommon.get_first_day_of_month(v_ngay_hien_tai);
            //DateTime v_ngay_cuoi_cung_cua_thang_hien_tai = CHRMCommon.get_last_day_of_month(v_ngay_hien_tai);
            DateTime v_ngay_hien_tai = DateTime.Now.Date;
            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);
            //DateTime v_2_thang_truoc = DateTime.Now.AddMonths(-2);
            //F110_dm_hop_dong_het_han v_f = new F110_dm_hop_dong_het_han();
            //v_f.display_canh_bao_het_han_hop_dong(
            //            v_ngay_dau_tien_cua_thang_hien_tai.Date
            //            , v_ngay_cuoi_cung_cua_thang_hien_tai.Date, this);
        }
f388_main