示例#1
0
文件: Database.cs 项目: tdkryger/APaF
 public bool UpdateRegion(RegionClass item)
 {
     throw new NotImplementedException();
 }
示例#2
0
文件: Database.cs 项目: tdkryger/APaF
 public RegionClass CreateRegion(RegionClass item)
 {
     throw new NotImplementedException();
 }