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