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