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);