• 大小: 9.67M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: RFID  管理  

资源简介

读取二代身份信息并进行管理,调试通过

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
    partial class AboutBox1 : Form
    {
        public AboutBox1()
        {
            InitializeComponent();
            this.Text = String.Format(“关于 {0}“ Assemblytitle);
            this.labelProductName.Text = AssemblyProduct;
            this.labelVersion.Text = String.Format(“版本 {0}“ AssemblyVersion);
            this.labelCopyright.Text = AssemblyCopyright;
            this.labelCompanyName.Text = AssemblyCompany;
            this.textBoxDescription.Text = AssemblyDescription;
        }

        #region 程序集特性访问器

        public string Assemblytitle

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      69632  2009-09-22 10:07  termb.dll

     文件      90112  2004-07-16 13:43  IDCard.dll

     文件      57344  2004-04-26 09:11  sdtapi.dll

----------- ---------  ---------- -----  ----

               217088                    3


评论

共有 条评论