/// <summary> /// C'tor /// </summary> protected AbstractGuiElement() { UniqueId = UniqueIdGenerator.GetString(); SetMouseEnabled(true); SetLayout(new BaseLayout(this)); SetStyle(null); _eventDispatcher = new EventDispatcher(this); }