예제 #1
0
 public Object()
 {
     Properties = new PropertiesDictionary();
 }
예제 #2
0
파일: Map.cs 프로젝트: XeEngine/XeTools
 public Map()
 {
     Properties = new PropertiesDictionary();
 }
예제 #3
0
파일: Group.cs 프로젝트: XeEngine/XeTools
 public Group()
 {
     Properties = new PropertiesDictionary();
 }
예제 #4
0
파일: Layer.cs 프로젝트: XeEngine/XeTools
 public Layer()
 {
     Properties = new PropertiesDictionary();
 }