示例#1
0
 public void SelectResource(IResource res)
 {
     if (!_populated)
     {
         return;
     }
     _dataProvider.SelectResource(res);
     UpdateSelection();
 }
示例#2
0
 public bool SelectResourceNode(IResource resource)
 {
     return(_dataProvider.SelectResource(resource));
 }