BKI_DichVuMatDat.NghiepVu.ThuNhapKhac.f355_tnk_chi_tiet_quy_thu_nhap_khac.hien_thi_thong_tin_quy C# (CSharp) Method

hien_thi_thong_tin_quy() private method

private hien_thi_thong_tin_quy ( ) : void
return void
        private void hien_thi_thong_tin_quy()
        {
            var v_dto = TnkQL.Instance.LayThongTinQuy(m_dc_id_quy);
            m_lbl_ten_quy.Text = v_dto.TEN_QUY;
            m_lbl_tong_tien.Text = string.Format("{0:#,##0}", v_dto.TONG_TIEN);
            m_lbl_so_luong_nv_trong_quy.Text = v_dto.SO_LUONG_NV_TRONG_QUY.ToString() + " NV";
            m_lbl_tong_tien_nop_thue.Text = string.Format("{0:#,##0}", v_dto.TONG_TIEN_NOP_THUE);
            m_lbl_tong_tien_thuc_linh.Text = string.Format("{0:#,##0}", v_dto.TONG_TIEN_THUC_LINH);
        }