Example #1
0
 public static void Run(string[] args, IAppBootstrapper bootstrapper)
 {
     Current = new AppRunner(bootstrapper);
     Current.Run(ParseCommandLineArgs(args));
 }