Esempio n. 1
0
		public override void AddChild(UberGumpElement child)
		{
			throw new NotImplementedException();
		}
Esempio n. 2
0
		public virtual void AddChild(UberGumpElement child)
		{
			Children.Add(child);
		}