Exemple #1
0
 public QABranchExplorerBarItem(IQaBranch qaBranch, IExplorerBarItem parent, IServiceLocator serviceLocator)
     : base(qaBranch, parent, serviceLocator)
 {
     this.Items.Add(ItemsFactory.CreateQAInstallersItem(qaBranch));
 }