1 Star 0 Fork 1

Erbash/UyghurEditPP

forked from Hesenjan/UyghurEditPP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Program.cs 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
Uyghur 提交于 2021-04-06 17:22 . Add files via upload
/*
* Created by SharpDevelop.
* User: Gheyret Kenji
* Date: 2020/11/16
* Time: 8:59
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Windows.Forms;
using System.Collections.Generic;
namespace UyghurEditPP
{
/// <summary>
/// Class with program entry point.
/// </summary>
internal sealed class Program
{
/// <summary>
/// Program entry point.
/// </summary>
[STAThread]
private static void Main(string[] args)
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
try{
MainForm frm = new MainForm();
frm.Show();
if(args.Length==1){
frm.OpenaFile(args[0]);
}
Application.Run(frm);
}catch(Exception ee){
MessageBox.Show(ee.StackTrace,"UyghurEdit++",MessageBoxButtons.OK,MessageBoxIcon.Error);
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Erbash/UyghurEditPP.git
git@gitee.com:Erbash/UyghurEditPP.git
Erbash
UyghurEditPP
UyghurEditPP
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385