Beispiel #1
0
 public InnerAction(DNode dn, DRefactoringContext drefCtxt)
 {
     this.refCtxt = drefCtxt;
     this.dn = dn;
     this.Title = "import " + (dn.NodeRoot as DModule).ModuleName + ";";
 }
Beispiel #2
0
 public InnerAction(DNode dn, DRefactoringContext drefCtxt)
 {
     this.refCtxt = drefCtxt;
     this.dn      = dn;
     this.Title   = "import " + (dn.NodeRoot as DModule).ModuleName + ";";
 }