示例#1
0
 public PoshHost(ChocolateyConfiguration configuration)
 {
     ExitCode       = -1;
     _configuration = configuration;
     _psUI          = new PoshHostUserInterface(configuration);
     _version       = get_current_version();
 }
示例#2
0
 public PoshHost(ChocolateyConfiguration configuration)
 {
     ExitCode = -1;
     _configuration = configuration;
     _psUI = new PoshHostUserInterface(configuration);
     _version = get_current_version();
 }
示例#3
0
文件: PoshHost.cs 项目: zhao-xu/choco
 public PoshHost(ChocolateyConfiguration configuration)
 {
     ExitCode       = -1;
     _configuration = configuration;
     _psUI          = new PoshHostUserInterface(configuration);
 }
示例#4
0
 public PoshHost(ChocolateyConfiguration configuration)
 {
     ExitCode = -1;
     _configuration = configuration;
     _psUI = new PoshHostUserInterface(configuration);
 }