コード例 #1
0
 public DeleteFormatScenario(IWizardScenarioHost host, IAlertPopup alerts, IObjectFactory fac)
 {
     this.host        = host;
     this.alerts      = alerts;
     this.confirmPage = fac.CreateFormatDeleteConfirmPage(host);
 }