Ejemplo n.º 1
0
 public PhotterContext(LaunchConfig launchConfig)
 {
     _launchConfig = launchConfig;
 }
Ejemplo n.º 2
0
 protected ConsoleRunnable(LaunchConfig configuration)
 {
     Configuration = configuration;
     Root          = ProvideInternalRootCommand();
 }