소스 검색

no message

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