1 Star 0 Fork 4

Judegement/JsonCSharpClassGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Program.cs 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Tong Sun 提交于 2017-02-25 13:14 . - [*] mode change only
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace Xamasoft.JsonClassGenerator.UI
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmCSharpClassGeneration());
}
#if APPSERVICES
public static antiufo.ApplicationServices.ApplicationServices appServices;
public static void InitAppServices()
{
if (appServices != null) return;
appServices = new antiufo.ApplicationServices.ApplicationServices("JsonClassGen", "JSON C# Class Generator", true, true);
appServices.DefaultEndpoint = "http://antiufo.altervista.org/services/index.php";
appServices.ProducerUrl = "http://antiufo.altervista.org/";
appServices.EndpointTag = "<!--Endpoint2 ";
appServices.UpdateChecker.AsyncAutomaticUpdatesCheck();
}
#else
public static void InitAppServices()
{
}
#endif
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zhanhuang2008/JsonCSharpClassGenerator.git
git@gitee.com:zhanhuang2008/JsonCSharpClassGenerator.git
zhanhuang2008
JsonCSharpClassGenerator
JsonCSharpClassGenerator
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385