1 Star 0 Fork 0

黄宇轩/bpmFileCopy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Program.cs 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄宇轩 提交于 2024-11-16 19:45 . 添加项目文件。
namespace WinFormsApp1
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Huang-YX_admin/bpm-file-copy.git
git@gitee.com:Huang-YX_admin/bpm-file-copy.git
Huang-YX_admin
bpm-file-copy
bpmFileCopy
master

搜索帮助