public void SelectResource(IResource res) { if (!_populated) { return; } _dataProvider.SelectResource(res); UpdateSelection(); }
public bool SelectResourceNode(IResource resource) { return(_dataProvider.SelectResource(resource)); }