Add implementation

This commit is contained in:
2014-05-02 17:24:53 -04:00
commit d5ee470018
14 changed files with 1001 additions and 0 deletions

7
App.xaml Normal file
View File

@@ -0,0 +1,7 @@
<Application x:Class="SystemTemperatureStatusWindow.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
</Application.Resources>
</Application>