摘要:
首先引用zxing.dll 到项目中引用using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Text; using System.Threading.Tasks; using ZXing... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Though... 阅读全文
摘要:
首先要因为一个动态库文件ThoughtWorks.QRCode.Codec; 可以去网上下载一个ThoughtWorks.QRCode.dll。之后添加现有项目引用就可以 using ThoughtWorks.QRCode.Codec; using ThoughtWorks.QRCode.Codec 阅读全文