예제 #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;
 }