Пример #1
0
 public void Launch(KayakOptions options)
 {
     // might be nice to:
     //Process.Start(new ProcessStartInfo()
     //{
     //    WorkingDirectory = AppDomain.CurrentDomain.SetupInformation.ApplicationBase,
     //    Arguments = ...
     //});
     new Launcher().LaunchScheduler(options);
 }
Пример #2
0
 public void Launch(KayakOptions options)
 {
     // might be nice to:
     //Process.Start(new ProcessStartInfo()
     //{
     //    WorkingDirectory = AppDomain.CurrentDomain.SetupInformation.ApplicationBase,
     //    Arguments = ...
     //});
     new Launcher().LaunchScheduler(options);
 }