ys-hwang il y a 6 ans
Parent
commit
19c2842f7f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 )