public MakeMethodGenericUnsupported(MakeMethodGenericWorkflow workflow, ISolution solution,
                                     IRefactoringDriver driver) : base(workflow, solution, driver)
 {
 }
Exemplo n.º 2
0
 public MakeMethodGenericPage(MakeMethodGenericWorkflow workflow)
 {
     InitializeComponent();
     myWorkflow      = workflow;
     myTextName.Text = workflow.TypeParameterName;
 }
 public virtual MakeMethodGenericBase CreateMakeMethodGeneric(MakeMethodGenericWorkflow workflow, ISolution solution,
                                                              IRefactoringDriver driver)
 {
   return null;
 }
Exemplo n.º 4
0
 public virtual MakeMethodGenericBase CreateMakeMethodGeneric(MakeMethodGenericWorkflow workflow, ISolution solution,
                                                              IRefactoringDriver driver)
 {
     return(null);
 }
 public MakeMethodGenericUnsupported(MakeMethodGenericWorkflow workflow, ISolution solution,
                                     IRefactoringDriver driver) : base(workflow, solution, driver)
 {
 }
 public MakeMethodGenericPage(MakeMethodGenericWorkflow workflow)
 {
   InitializeComponent();
   myWorkflow = workflow;
   myTextName.Text = workflow.TypeParameterName;
 }