Exemplo n.º 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"
         );
 }
Exemplo n.º 2
0
 internal static void Main(string[] args)
 {
     CommandlineCore.Run(args);
 }