public void RemoveLocation(WuLocation location) { Locations.Remove(location); Locations.Sort(); LocationRemoved?.Invoke(this, EventArgs.Empty); }
public void RemoveLocation(WuLocation location) { Locations.Remove(location); Locations.Sort(); LocationRemoved?.Invoke(this, EventArgs.Empty); SettingsStudio.Settings.LocationsJson = Locations.GetLocationsJson(); }