Example #1
0
		public void Remove(FileSystemEntry child)
		{
			Children.Remove(child);
		}
Example #2
0
		public void Add(FileSystemEntry child)
		{
			Children.Add (child);
		}