Exemple #1
0
 private static bool HasAnotherParent(FileSystemItem item)
 {
     return(item.Parent != null);
 }
Exemple #2
0
 private static bool RemoveParent(FileSystemItem item)
 {
     return(item.Parent.content.Remove(item));
 }