コード例 #1
0
 public OperationOverExistingFormatScenario(IWizardScenarioHost host, IObjectFactory fac)
 {
     this.host       = host;
     this.fac        = fac;
     this.choosePage = fac.CreateChooseExistingFormatPage(host);
 }