Parcourir la source

test code Restore

DESKTOP-6U0VOTJ\User il y a 6 ans
Parent
commit
d5f2015389
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Dev/OHV/VehicleControlSystem/VCSystem.cs

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

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