Beispiel #1
0
 public void SetUp()
 {
     _container = new ConcurrentContainer();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FactoryRegistryImplementation" /> class.
 /// </summary>
 private FactoryRegistryImplementation()
 {
     _container    = new ConcurrentContainer();
     _autoLocation = false;
 }