WeatherInformation WP8: cleaning up using directives
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 10:24:19 +0000 (12:24 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 10:24:19 +0000 (12:24 +0200)
commite85ca3c66bc75807e3afb30fb9e51b8a519219ca
tree88b32ef1fa5297e180c3eb25634f62ddba3b114d
parent3827462b6cd19d1c8af6db5b6b78076d273842f8
WeatherInformation WP8: cleaning up using directives
29 files changed:
WindowsPhone/WeatherInformation/WeatherInformation/App.xaml.cs
WindowsPhone/WeatherInformation/WeatherInformation/MainPage.xaml.cs
WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Clouds.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Coord.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/CurrentWeather.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Main.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Rain.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Snow.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Sys.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Weather.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Wind.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/City.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Coord.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/ForecastWeather.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/List.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Temp.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Weather.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/Images/RemoteImagesTranslation.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/JsonDataParser/JsonParser.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/Location.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/LocationDataContext.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/Services/ServiceParser.cs
WindowsPhone/WeatherInformation/WeatherInformation/Model/WeatherData.cs
WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/ItemViewModel.cs
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/MainViewModel.cs
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/SelectedDateViewModel.cs
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/SettingsViewModel.cs