Exemple #1
0
 public DecompileFileTabContent(DecompileFileTabContentFactory decompileFileTabContentFactory, IFileTreeNodeData[] nodes, ILanguage language)
 {
     this.decompileFileTabContentFactory = decompileFileTabContentFactory;
     this.nodes    = nodes;
     this.Language = language;
 }
Exemple #2
0
 public DecompileFileTabContent(DecompileFileTabContentFactory decompileFileTabContentFactory, IFileTreeNodeData[] nodes, IDecompiler decompiler)
 {
     this.decompileFileTabContentFactory = decompileFileTabContentFactory;
     this.nodes      = nodes;
     this.Decompiler = decompiler;
 }