Explorar el Código

test code Restore

DESKTOP-6U0VOTJ\User hace 6 años
padre
commit
d5f2015389
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Dev/OHV/VehicleControlSystem/VCSystem.cs

+ 0 - 2
Dev/OHV/VehicleControlSystem/VCSystem.cs

@@ -26,8 +26,6 @@ namespace VehicleControlSystem
 
 
         public VCSystem(IEventAggregator ea) 
         public VCSystem(IEventAggregator ea) 
         {
         {
-            //ys-hwang test sourcetree
-            this.eventAggregator = ea;
             this.eventAggregator = ea;
             this.eventAggregator = ea;
 
 
             this.eventAggregator.GetEvent<ApplicationExitEvent>().Subscribe((o) => Dispose(), true);
             this.eventAggregator.GetEvent<ApplicationExitEvent>().Subscribe((o) => Dispose(), true);