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