コード例 #1
0
ファイル: ImportSymbolAction.cs プロジェクト: Geod24/Mono-D
 public InnerAction(DNode dn, DRefactoringContext drefCtxt)
 {
     this.refCtxt = drefCtxt;
     this.dn = dn;
     this.Title = "import " + (dn.NodeRoot as DModule).ModuleName + ";";
 }
コード例 #2
0
 public InnerAction(DNode dn, DRefactoringContext drefCtxt)
 {
     this.refCtxt = drefCtxt;
     this.dn      = dn;
     this.Title   = "import " + (dn.NodeRoot as DModule).ModuleName + ";";
 }