Пример #1
0
 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);
 }