Exemple #1
0
 static void Main(string[] args)
 {
     Launcher l = new Launcher(args);
       l.Run();
       l.PrintStatistics();
 }