Beispiel #1
0
 public void Shutdown()
 {
     try
     {
         _hooks.Detach();
     }
     catch
     {
         // Won't matter anymore since we're shutting everything down anyway.
     }
 }
Beispiel #2
0
 public void Shutdown()
 {
     try
     {
         Debug.WriteLine("App calling Hooks.Detach.");
         _hooks.Detach();
     }
     catch
     {
         // Won't matter anymore since we're shutting everything down anyway.
     }
 }