SharpLibDisplay update and priority support. MiniDisplay
authorStephaneLenclud
Mon, 25 Jan 2016 21:05:35 +0100
branchMiniDisplay
changeset 45279a3f5946a87
parent 451 3d8af0e778f4
child 453 017874772461
SharpLibDisplay update and priority support.
GUI/SharpDisplay.cs
OpenHardwareMonitor.csproj
packages.config
     1.1 --- a/GUI/SharpDisplay.cs	Sat Jan 23 06:23:15 2016 +0100
     1.2 +++ b/GUI/SharpDisplay.cs	Mon Jan 25 21:05:35 2016 +0100
     1.3 @@ -62,7 +62,9 @@
     1.4  			//
     1.5  			iClient.Open();
     1.6  			iClient.SetName("Open Hardware Monitor");
     1.7 -			CreateFields();
     1.8 +      iClient.SetPriority(Priorities.SystemMonitor);
     1.9 +
    1.10 +      CreateFields();
    1.11          }
    1.12  
    1.13          private void HardwareRemoved(IHardware hardware)
     2.1 --- a/OpenHardwareMonitor.csproj	Sat Jan 23 06:23:15 2016 +0100
     2.2 +++ b/OpenHardwareMonitor.csproj	Mon Jan 25 21:05:35 2016 +0100
     2.3 @@ -66,7 +66,7 @@
     2.4        <HintPath>External\OxyPlot.WindowsForms.dll</HintPath>
     2.5      </Reference>
     2.6      <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     2.7 -      <HintPath>packages\SharpLibDisplay.0.2.4\lib\net40\SharpLibDisplay.dll</HintPath>
     2.8 +      <HintPath>packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
     2.9        <Private>True</Private>
    2.10      </Reference>
    2.11      <Reference Include="System" />
     3.1 --- a/packages.config	Sat Jan 23 06:23:15 2016 +0100
     3.2 +++ b/packages.config	Mon Jan 25 21:05:35 2016 +0100
     3.3 @@ -1,4 +1,4 @@
     3.4  <?xml version="1.0" encoding="utf-8"?>
     3.5  <packages>
     3.6 -  <package id="SharpLibDisplay" version="0.2.4" targetFramework="net40" />
     3.7 +  <package id="SharpLibDisplay" version="0.2.5" targetFramework="net40" />
     3.8  </packages>
     3.9 \ No newline at end of file