예제 #1
0
 public void RenderStorageTreeControl(AbstractStorageProxy proxy)
 {
     if (this.StorageTreeDataModel == null || this.StorageTreeDataModel.Count <= 0)
     {
         this.StorageTreeDataModel = proxy.GetStorageStructureItems();
     }
     RenderStorageTreeControl();
 }
예제 #2
0
 public APOStorageSelectionPopup(AbstractStorageProxy storageProxy)
 {
     this.storageProxy = storageProxy;
 }