DESKTOP-6U0VOTJ\User 6 роки тому
батько
коміт
6dcd199011
1 змінених файлів з 1 додано та 0 видалено
  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);
         }