Exemplo n.º 1
0
        public RenderElement(TProps props)
        {
            this.Props = props;

            Display = new RenderElementDisplay(props);

            ReceiveRenderElementProps();

            EventData = new UserInterfaceEvent(this);
        }
Exemplo n.º 2
0
 public RenderElementStyle(RenderElementDisplay display, RenderElementProps props)
 {
     this.display = display;
     this.props   = props;
 }