BKI_DichVuMatDat.DanhMuc.F150_dm_nhan_vien.load_data_2_grc_thong_tin_cong_tac C# (CSharp) Method

load_data_2_grc_thong_tin_cong_tac() private method

private load_data_2_grc_thong_tin_cong_tac ( US_DM_NHAN_VIEN v_us_nv ) : void
v_us_nv US_DM_NHAN_VIEN
return void
        private void load_data_2_grc_thong_tin_cong_tac(US_DM_NHAN_VIEN v_us_nv)
        {
            m_txt_chuyen_mon.Text = v_us_nv.strCHUYEN_MON;
            m_txt_trinh_do.Text = v_us_nv.strTRINH_DO_VAN_HOA;
            m_txt_nam_tot_nghiep.Text = v_us_nv.strNAM_TOT_NGHIEP;
            m_txt_tot_nghiep_tai.Text = v_us_nv.strTOT_NGHIEP_TAI;
            //m_dat_ngay_vao_hang_khong.Value = v_us_nv.datNGAY_VAO_HANG_KHONG;
            //m_dat_ngay_tiep_nhan_vao_tct.Value = v_us_nv.datNGAY_TIEP_NHAN_VAO_TCT;
            //m_dat_ngay_chinh_thuc_tiep_nhan.Value = v_us_nv.datNGAY_CHINH_THUC_TIEP_NHAN;
        }