Exemplo n.º 1
0
 private static void ShutdownContainer()
 {
     if (ApplicationServiceLocator.Container != null)
     {
         ApplicationServiceLocator.Shutdown();
     }
 }
Exemplo n.º 2
0
 public static void ShutdownContainer()
 {
     ApplicationServiceLocator.Shutdown();
 }