using System.Threading;
using System.Globalization;
using WeatherInformation.Resources;
-using WeatherInformation.ViewModels;
-using System.IO.IsolatedStorage;
-using System.IO;
using WeatherInformation.Model;
using WeatherInformation.Model.Services;
-using System.Threading.Tasks;
-using WeatherInformation.Model.ForecastWeatherParser;
using WeatherInformation.Model.JsonDataParser;
-using WeatherInformation.Model.CurrentWeatherParser;
namespace WeatherInformation
{
using System;
using System.Linq;
using System.Globalization;
-using System.IO.IsolatedStorage;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Navigation;
using WeatherInformation.Model.Services;
using WeatherInformation.Resources;
using WeatherInformation.ViewModels;
-using System.Threading;
using System.Threading.Tasks;
-using WeatherInformation.Model.ForecastWeatherParser;
-using WeatherInformation.Model.CurrentWeatherParser;
using WeatherInformation.Model.JsonDataParser;
namespace WeatherInformation
using System;
using System.Collections.Generic;
using System.Linq;
-using System.Net;
using System.Windows;
-using System.Windows.Controls;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
-using Microsoft.Phone.Shell;
-using System.IO.IsolatedStorage;
using Windows.Devices.Geolocation;
using System.Device.Location;
using System.Windows.Shapes;
using WeatherInformation.Resources;
using System.Globalization;
using Microsoft.Phone.Maps.Services;
-using WeatherInformation.Model.Services;
using System.Threading.Tasks;
using WeatherInformation.Model;
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Clouds
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Coord
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace WeatherInformation.Model.CurrentWeatherParser
{
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Main
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Rain
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Snow
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Sys
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Weather
-using System;
-
+
namespace WeatherInformation.Model.CurrentWeatherParser
{
public class Wind
-using System;
-
+
namespace WeatherInformation.Model.ForecastWeatherParser
{
public class City
-using System;
-
+
namespace WeatherInformation.Model.ForecastWeatherParser
{
public class Coord
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace WeatherInformation.Model.ForecastWeatherParser
{
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace WeatherInformation.Model.ForecastWeatherParser
{
-using System;
-
+
namespace WeatherInformation.Model.ForecastWeatherParser
{
public class Temp
-using System;
-
+
namespace WeatherInformation.Model.ForecastWeatherParser
{
public class Weather
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System.Collections.Generic;
namespace WeatherInformation.Model.Images
{
using Newtonsoft.Json;
-using WeatherInformation.Model.CurrentWeatherParser;
-using WeatherInformation.Model.ForecastWeatherParser;
using System;
namespace WeatherInformation.Model.JsonDataParser
using System;
-using System.Collections.Generic;
using System.ComponentModel;
using System.Data.Linq;
using System.Data.Linq.Mapping;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace WeatherInformation.Model
{
-using System;
-using System.Collections.Generic;
-using System.Data.Linq;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System.Data.Linq;
namespace WeatherInformation.Model
{
using WeatherInformation.Model.ForecastWeatherParser;
using WeatherInformation.Model.JsonDataParser;
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace WeatherInformation.Model.Services
{
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using WeatherInformation.Model.CurrentWeatherParser;
+using WeatherInformation.Model.CurrentWeatherParser;
using WeatherInformation.Model.ForecastWeatherParser;
namespace WeatherInformation.Model
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Net;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Navigation;
+using System.Windows.Controls;
using Microsoft.Phone.Controls;
-using Microsoft.Phone.Shell;
-using WeatherInformation.ViewModels;
-using System.IO.IsolatedStorage;
-using System.Collections;
-using System.Text;
namespace WeatherInformation
{
using System;
using System.ComponentModel;
-using System.Diagnostics;
-using System.Net;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
namespace WeatherInformation.ViewModels
{
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
-using System.IO.IsolatedStorage;
using WeatherInformation.Model;
using WeatherInformation.Model.Images;
using WeatherInformation.Resources;
using System;
-using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
-using System.Linq;
-using System.Runtime.Serialization;
-using System.Text;
-using System.Threading.Tasks;
using WeatherInformation.Model;
using WeatherInformation.Model.Images;
-using WeatherInformation.Model.Services;
using WeatherInformation.Resources;
namespace WeatherInformation.ViewModels
-using Microsoft.Phone.Controls;
-using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
+using System;
using System.ComponentModel;
using System.IO.IsolatedStorage;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using WeatherInformation.Resources;
namespace WeatherInformation.ViewModels
{