Example #1
0
 public IncludeTreeNode(MapSet mapSet, String path) : base(PathHelper.RelativizePath(mapSet.Path, path))
 {
     this.Path = path;
     Tag       = pbx1.TypeNode.IncludeFile;
 }
Example #2
0
 public FontTreeNode(MapSet mapSet, CharacterSet CharacterSet) : base(PathHelper.RelativizePath(mapSet.Path, CharacterSet.Path))
 {
     this.CharacterSet = CharacterSet;
     Tag = pbx1.TypeNode.FontFile;
 }