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