DESKTOP-6U0VOTJ\User преди 6 години
родител
ревизия
fa7208a887
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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);