HasParent to Property rather than method

This commit is contained in:
Rich 2009-10-08 14:25:26 +00:00
parent 8804d367da
commit 533baae01c

View File

@ -154,7 +154,7 @@ namespace VEPROMS
// Setup as to which "tabs" to display on the property page
// - the first (top) tree node shows different "tabs" than the
// other folder type of tree nodes
if (!_FolderConfig.HasParent())
if (!_FolderConfig.HasParent)
{
// if we are at the top node of the tree, remove the Folder Property page tabs
// that do not pertain to this level (top of tree)