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

us_obj_2_form() private method

private us_obj_2_form ( ) : void
return void
        private void us_obj_2_form()
        {
            m_dat_ngay_bat_dau.EditValue = m_us_gd_luong_cung.datNGAY_BAT_DAU;
            if (m_us_gd_luong_cung.datNGAY_KET_THUC != new DateTime(1900,1,1))
            {
                m_dat_ngay_ket_thuc.EditValue = m_us_gd_luong_cung.datNGAY_KET_THUC;
            }
            else
            {
                m_dat_ngay_ket_thuc.EditValue = null;
            }
            m_sle_chon_nhan_vien.EditValue = m_us_gd_luong_cung.dcID_NHAN_VIEN;
            m_txt_so_tien.Text = m_us_gd_luong_cung.dcSO_TIEN.ToString();
            //CHRMCommon.format_text_2_money(m_txt_so_tien);
            m_txt_ghi_chu.Text = m_us_gd_luong_cung.strGHI_CHU;
        }