示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InstallCommand"/> class.
 /// </summary>
 public InstallCommand(
     LocalUserConfig config,
     ISoupApi soupApi)
 {
     _config  = config;
     _soupApi = soupApi;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RunCommand"/> class.
 /// </summary>
 public RunCommand(LocalUserConfig config, Compiler.ICompiler compiler)
 {
     _config   = config;
     _compiler = compiler;
 }