コード例 #1
0
ファイル: Program.cs プロジェクト: ststeiger/json2csharp
 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();
 }
コード例 #2
0
 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();
 }