public CustomChooseDataSourceTypePage(IChooseDataSourceTypePageView view, IWizardRunnerContext context, IConnectionStorageService connectionStorageService, ISolutionTypesProvider solutionTypesProvider, SqlWizardOptions options) : base(view, context, connectionStorageService, solutionTypesProvider, options)
 {
 }
예제 #2
0
 public CustomChooseDataSourceTypePage(IChooseDataSourceTypePageView view, IWizardRunnerContext context, IEnumerable <SqlDataConnection> dataConnections, ISolutionTypesProvider solutionTypesProvider, SqlWizardOptions options)
     : base(view, context, dataConnections, solutionTypesProvider, options)
 {
 }
 public CustomChooseReportTypePage(IChooseReportTypePageView view, IConnectionStorageService connectionStorageService,
                                   DataSourceTypes dataSourceTypes, IWizardRunnerContext context, ISolutionTypesProvider solutionTypesProvider) :
     base(view, connectionStorageService, dataSourceTypes, context, solutionTypesProvider)
 {
 }
 public ChoosePersonsPage(IChooseReportTypePageView view, IEnumerable <SqlDataConnection> dataConnections,
                          DataSourceTypes dataSourceTypes, IWizardRunnerContext context, ISolutionTypesProvider solutionTypesProvider)
     : base(view, dataConnections, dataSourceTypes, context, solutionTypesProvider)
 {
 }