unque781 5 سال پیش
والد
کامیت
e930823e99

+ 2 - 0
Dev/OHV/OHV.Vehicle/App.xaml.cs

@@ -78,6 +78,8 @@ namespace OHV.Vehicle
 
         }
 
+        
+
         private void ShowSplash( )
         {
             // Create the window

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

@@ -316,7 +316,6 @@ namespace OHV.Vehicle.Concept
             this.sql = _sql;
 
             this.VehicleID = sql.ConfigDal.GetById( ConstString.VehicleID ).Value;
-            //this.VehicleIP = sql.ConfigDal.GetK( ConstString.Addr ).Value;
             this.OcsIP = sql.ConfigDal.GetById( ConstString.Addr ).Value;
 
             this.TestCommand = new DelegateCommand( ExecuteTextCommand );

+ 0 - 1
Dev/OHV/OHV.Vehicle/OHV.Vehicle.csproj

@@ -221,7 +221,6 @@
       <DependentUpon>D_MainWindow.xaml</DependentUpon>
     </Compile>
     <Compile Include="Helper\AssemblyInfo.cs" />
-    <Compile Include="Helper\DeskTopInfo.cs" />
     <Compile Include="Logger.cs" />
     <Compile Include="MainWindow.xaml.cs">
       <DependentUpon>MainWindow.xaml</DependentUpon>