Change from service to application so GPU temperature works

This commit is contained in:
2014-05-14 13:16:09 -04:00
parent f84db654c7
commit 41ebd259e8
17 changed files with 152 additions and 760 deletions

View File

@@ -8,5 +8,8 @@ namespace SystemTemperatureService
{
[OperationContract]
List<Device> GetDeviceList();
[OperationContract]
void Shutdown();
}
}