Exemplo n.º 1
0
		public void Remove(FileSystemEntry child)
		{
			Children.Remove(child);
		}
Exemplo n.º 2
0
		public void Add(FileSystemEntry child)
		{
			Children.Add (child);
		}