Example #1
0
 public HelpCommand(IEnumerable <IExtensionCommandLine> extensions, IWixBranding branding)
 {
     this.Extensions = extensions;
     this.Branding   = branding;
 }
Example #2
0
 public BindSummaryInfoCommand(IntermediateSection section, int?summaryInformationCodepage, string productLanguage, IBackendHelper backendHelper, IWixBranding branding)
 {
     this.Section = section;
     this.SummaryInformationCodepage = summaryInformationCodepage;
     this.ProductLanguage            = productLanguage;
     this.BackendHelper = backendHelper;
     this.Branding      = branding;
 }