コード例 #1
0
 public void ReInit()
 {
     this._container.Dispose();
     this._container = new ServiceContainer();
 }
コード例 #2
0
 public ViewModelLocator()
 {
     this._container = new ServiceContainer();
 }