DESKTOP-6U0VOTJ\User 6 gadi atpakaļ
vecāks
revīzija
fa7208a887
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Dev/OHV/VehicleControlSystem/VCSystem.cs

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

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