예제 #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
파일: LauncherTests.cs 프로젝트: ruxo/kayak
 public void Launch(KayakOptions options)
 {
     // might be nice to:
     //Process.Start(new ProcessStartInfo()
     //{
     //    WorkingDirectory = AppDomain.CurrentDomain.SetupInformation.ApplicationBase,
     //    Arguments = ...
     //});
     new Launcher().LaunchScheduler(options);
 }