コード例 #1
0
ファイル: Program.cs プロジェクト: Open-FL/OpenFL.Cloud
 private static void Main(string[] args)
 {
     CommandlineCore.Run(
         args,
         "https://open-fl.github.io/OpenFL.Cloud/latest/fl-cloud-server.zip",
         "https://open-fl.github.io/OpenFL.Cloud/latest/fl-cloud-systems.zip"
         );
 }
コード例 #2
0
 internal static void Main(string[] args)
 {
     CommandlineCore.Run(args);
 }