Exemple #1
0
 public ProductionEnvironmentExplorerBarItem(IProductionEnvironment environment, IExplorerBarItem parent, IServiceLocator serviceLocator)
     : base(parent, serviceLocator)
 {
     _environment = environment;
     this.Items.Add(ItemsFactory.CreateProductionInstallersItem(environment));
 }