# HG changeset patch # User Steven Hollidge # Date 1333796065 -3600 # Node ID d617b54e1f47343af57f241d17b934833a35eb02 # Parent 376c721833927399bf5fafcd27889f66a6983052 WPF 4 version diff -r 376c72183392 -r d617b54e1f47 WeatherStates/WeatherStates.sln --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WeatherStates/WeatherStates.sln Sat Apr 07 11:54:25 2012 +0100 @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherStates", "WeatherStates\WeatherStates.csproj", "{16777291-FD06-4390-A2D3-F02FEA7532EC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {16777291-FD06-4390-A2D3-F02FEA7532EC}.Debug|x86.ActiveCfg = Debug|x86 + {16777291-FD06-4390-A2D3-F02FEA7532EC}.Debug|x86.Build.0 = Debug|x86 + {16777291-FD06-4390-A2D3-F02FEA7532EC}.Release|x86.ActiveCfg = Release|x86 + {16777291-FD06-4390-A2D3-F02FEA7532EC}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -r 376c72183392 -r d617b54e1f47 WeatherStates/WeatherStates/App.xaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WeatherStates/WeatherStates/App.xaml Sat Apr 07 11:54:25 2012 +0100 @@ -0,0 +1,1642 @@ + + + + + + + + diff -r 376c72183392 -r d617b54e1f47 WeatherStates/WeatherStates/App.xaml.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WeatherStates/WeatherStates/App.xaml.cs Sat Apr 07 11:54:25 2012 +0100 @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace WeatherStates +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff -r 376c72183392 -r d617b54e1f47 WeatherStates/WeatherStates/Condition.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WeatherStates/WeatherStates/Condition.cs Sat Apr 07 11:54:25 2012 +0100 @@ -0,0 +1,7 @@ +namespace WeatherStates +{ + public enum Condition + { + Sunny, PartlyCloudy, Cloudy, Rainy + } +} diff -r 376c72183392 -r d617b54e1f47 WeatherStates/WeatherStates/MainWindow.xaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WeatherStates/WeatherStates/MainWindow.xaml Sat Apr 07 11:54:25 2012 +0100 @@ -0,0 +1,94 @@ + + + + + + + + + + + Control states + + + + +