DESKTOP-6U0VOTJ\User 6 anni fa
parent
commit
d5f2015389
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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);