Beispiel #1
0
        public void RemoveLocation(WuLocation location)
        {
            Locations.Remove(location);

            Locations.Sort();

            LocationRemoved?.Invoke(this, EventArgs.Empty);
        }
Beispiel #2
0
        public void RemoveLocation(WuLocation location)
        {
            Locations.Remove(location);

            Locations.Sort();

            LocationRemoved?.Invoke(this, EventArgs.Empty);

            SettingsStudio.Settings.LocationsJson = Locations.GetLocationsJson();
        }