예제 #1
0
 public PhotterContext(LaunchConfig launchConfig)
 {
     _launchConfig = launchConfig;
 }
예제 #2
0
 protected ConsoleRunnable(LaunchConfig configuration)
 {
     Configuration = configuration;
     Root          = ProvideInternalRootCommand();
 }