コード例 #1
0
 public void Reset()
 {
     lock (_collectionsLoadContainer)
     {
         _collectionsLoadContainer = new CollectionsLoadContainer <TViewModel>();
     }
 }
コード例 #2
0
 protected BaseDataLoader()
 {
     _collectionsLoadContainer = new CollectionsLoadContainer <TViewModel>();
 }