コード例 #1
0
ファイル: Poi.cs プロジェクト: genecyber/Junaio.Net-Framework
 public Poi()
 {
     AttributeCollection = new PoIAttributes();
     Init();
 }
コード例 #2
0
ファイル: Poi.cs プロジェクト: genecyber/Junaio.Net-Framework
 public Poi(PoIAttributes attributes)
 {
     AttributeCollection = attributes;
     Init();
 }