BKI_DichVuMatDat.NghiepVu.f390_gd_thu_nhap_khac.us_obj_2_form C# (CSharp) Method

us_obj_2_form() private method

private us_obj_2_form ( decimal ip_dc_id_gd_thu_nhap_khac ) : void
ip_dc_id_gd_thu_nhap_khac decimal
return void
        private void us_obj_2_form(decimal ip_dc_id_gd_thu_nhap_khac)
        {
            US_GD_THU_NHAP_KHAC v_us = new US_GD_THU_NHAP_KHAC(ip_dc_id_gd_thu_nhap_khac);
            m_sle_chon_nhan_vien.EditValue = v_us.dcID_NHAN_VIEN;
            m_txt_chon_thang.Text = v_us.dcTHANG.ToString();
            m_txt_chon_nam.Text = v_us.dcNAM.ToString();
            m_sle_loai_thu_nhap.EditValue = v_us.dcID_LOAI_THU_NHAP_KHAC;
            m_sle_cach_tinh_thue.EditValue = v_us.dcID_CACH_TINH_THUE;
            m_txt_so_tien.Text = v_us.dcSO_TIEN.ToString();
            CHRMCommon.format_text_2_money(m_txt_so_tien);
            m_txt_ly_do.Text = v_us.strLY_DO;
        }