示例#1
0
文件: Map.cs 项目: fa8ntomas/blck
 public IncludeTreeNode(MapSet mapSet, String path) : base(PathHelper.RelativizePath(mapSet.Path, path))
 {
     this.Path = path;
     Tag       = pbx1.TypeNode.IncludeFile;
 }
示例#2
0
文件: Map.cs 项目: fa8ntomas/blck
 public FontTreeNode(MapSet mapSet, CharacterSet CharacterSet) : base(PathHelper.RelativizePath(mapSet.Path, CharacterSet.Path))
 {
     this.CharacterSet = CharacterSet;
     Tag = pbx1.TypeNode.FontFile;
 }