Explorar o código

Merge branch 'master' of http://unque781.synology.me:3000/GSI/OHV

DESKTOP-Kang %!s(int64=5) %!d(string=hai) anos
pai
achega
73c0bf08a0

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

@@ -78,6 +78,8 @@ namespace OHV.Vehicle
 
 
         }
         }
 
 
+        
+
         private void ShowSplash( )
         private void ShowSplash( )
         {
         {
             // Create the window
             // 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.sql = _sql;
 
 
             this.VehicleID = sql.ConfigDal.GetById( ConstString.VehicleID ).Value;
             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.OcsIP = sql.ConfigDal.GetById( ConstString.Addr ).Value;
 
 
             this.TestCommand = new DelegateCommand( ExecuteTextCommand );
             this.TestCommand = new DelegateCommand( ExecuteTextCommand );