Exemple #1
0
 /// <summary>
 /// 保存编辑
 /// </summary>
 internal void SaveEdit()
 {
     geoFeature.SaveEdit(filePath);
     property.SaveEdit();
 }