Example #1
0
 public static void ShutDown()
 {
     Debug.ShutingDownContainer();
     _container.Dispose();
     _container = new DIContainer();
 }