示例#1
0
 public void deleteLocationSource(LocationSource locationSource)
 {
     if (this.locationSources.Contains(locationSource))
     {
         locationSource.Delete();
         this.locationSources.Remove(locationSource);
     }
 }
 public void deleteLocationSource(LocationSource locationSource)
 {
     if (this.locationSources.Contains(locationSource))
     {
         locationSource.Delete();
         this.locationSources.Remove(locationSource);
     }
 }