|
@@ -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 );
|