1 Star 1 Fork 0

冰凌呀 / 二维码解析和生成

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Program.cs 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
冰凌呀 提交于 2022-05-05 21:24 . 添加项目文件。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace 二维码解析和生成
{
static class Program
{
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
}
}
}
C#
1
https://gitee.com/bingling_ice-cream/qrcode_solve_and_create.git
git@gitee.com:bingling_ice-cream/qrcode_solve_and_create.git
bingling_ice-cream
qrcode_solve_and_create
二维码解析和生成
master

搜索帮助