Exemple #1
0
 void UnsafeNativeMethods.IMsoComponent.OnLoseActivation()
 {
     if (_activeComponent != null)
     {
         _activeComponent.OnLoseActivation();
     }
 }