BKI_DichVuMatDat.NghiepVu.ThuNhapKhac.f355_tnk_chi_tiet_quy_thu_nhap_khac_detail.form_2_us C# (CSharp) Method

form_2_us() private method

private form_2_us ( ) : void
return void
        private void form_2_us()
        {
            m_us_gd_tnk.dcHE_SO = Convert.ToDecimal(m_txt_he_so.EditValue);
            m_us_gd_tnk.dcID_NHAN_VIEN = Convert.ToDecimal(m_sle_chon_nhan_vien.EditValue);
            m_us_gd_tnk.dcSO_TIEN = Convert.ToDecimal(m_txt_so_tien.EditValue);
            m_us_gd_tnk.dcSO_TIEN_NOP_THUE = Convert.ToDecimal(m_txt_so_tien_nop_thue.EditValue);
            m_us_gd_tnk.dcSO_TIEN_THUC_LINH = Convert.ToDecimal(m_txt_so_tien_thuc_linh.EditValue);
        }