Ejemplo n.º 1
0
 public void Shutdown()
 {
     try
     {
         _hooks.Detach();
     }
     catch
     {
         // Won't matter anymore since we're shutting everything down anyway.
     }
 }
Ejemplo n.º 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.
     }
 }