コード例 #1
0
ファイル: Gml_orig.cs プロジェクト: pobingwanghai/SharpMapV2
 public bool Remove(ComponentReferenceSystemProperty obj)
 {
     return ComponentReferenceSystem.Remove(obj);
 }
コード例 #2
0
ファイル: Gml_orig.cs プロジェクト: pobingwanghai/SharpMapV2
 public void Add(ComponentReferenceSystemProperty obj)
 {
     ComponentReferenceSystem.Add(obj);
 }