ys-hwang 6 vuotta sitten
vanhempi
commit
19c2842f7f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dev/OHV/OHV.Vehicle/Concept/D_MainWindowViewModel.cs

+ 1 - 0
Dev/OHV/OHV.Vehicle/Concept/D_MainWindowViewModel.cs

@@ -154,6 +154,7 @@ namespace OHV.Vehicle.Concept
             deskTopTimer.Start();
 
             this._totalCPU = dti.cpuResult;
+            this._cDrive = dti.GetCDrive();
         }
 
         private void OcsConnectCallBack( HostConnectedEventArgs obj )