BKI_DichVuMatDat.NghiepVu.f361_quan_ly_quyet_dinh_de.us_2_form C# (CSharp) Method

us_2_form() private method

private us_2_form ( decimal ip_dc_id_gd_qd ) : void
ip_dc_id_gd_qd decimal
return void
        private void us_2_form(decimal ip_dc_id_gd_qd)
        {
            US_V_GD_QUYET_DINH v_us = new US_V_GD_QUYET_DINH(ip_dc_id_gd_qd);

            m_sle_loai_quyet_dinh.EditValue = v_us.dcID_LOAI_QD;
            m_txt_ma_qd.Text = v_us.strMA_QUYET_DINH;
            m_dat_ngay_co_hieu_luc.EditValue = v_us.datNGAY_CO_HIEU_LUC;
            m_dat_ngay_het_hieu_luc.EditValue = v_us.datNGAY_HET_HIEU_LUC;
            m_dat_ngay_ky.EditValue = v_us.datNGAY_KY;
            m_txt_nguoi_ky.Text = v_us.strNGUOI_KY;
            m_txt_noi_dung.Text = v_us.strNOI_DUNG;
            m_txt_link.Text = v_us.strLINK;
        }