Exemple #1
0
 public ConvertWebFormsToRazorRefactoringWorkflow(
     [NotNull] ISolution solution,
     [CanBeNull] string actionId,
     RazorConverterSettingsStore optionsStore,
     IMainWindowPopupWindowContext mainWindowPopupWindowContext)
     : base(solution, actionId)
 {
     this.optionsStore = optionsStore;
     this.mainWindowPopupWindowContext = mainWindowPopupWindowContext;
 }
Exemple #2
0
 public ConvertWebFormsToRazorWorkflowProvider(RazorConverterSettingsStore optionsStore)
 {
     this.optionsStore = optionsStore;
 }