Exemplo n.º 1
0
 public void ReInit()
 {
     this._container.Dispose();
     this._container = new ServiceContainer();
 }
Exemplo n.º 2
0
 public ViewModelLocator()
 {
     this._container = new ServiceContainer();
 }