Esempio n. 1
0
		public void Remove(IUimlComponent component)
		{
		}
Esempio n. 2
0
		public void Add(string pattern, IUimlComponent component)
		{
			leaves.Add(pattern, component);
		}