示例#1
0
		public void Remove(IUimlComponent component)
		{
		}
示例#2
0
		public void Add(string pattern, IUimlComponent component)
		{
			leaves.Add(pattern, component);
		}