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

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

@@ -28,6 +28,7 @@ namespace VehicleControlSystem
         {
             //ys-hwang test sourcetree
             this.eventAggregator = ea;
+            this.eventAggregator = ea;
 
             this.eventAggregator.GetEvent<ApplicationExitEvent>().Subscribe((o) => Dispose(), true);
         }