Exemplo n.º 1
0
        public ILayout CreateLayout(int width, int height)
        {
            var xnaLayout = new WebLayout(this, width, height);

            WebLayouts.Add(xnaLayout);
            Element.AppendChild(xnaLayout.Element);
            return(xnaLayout);
        }
Exemplo n.º 2
0
 public WebUIManager(WebLayout webLayout)
 {
     Layout    = webLayout;
     TextBoxes = new List <IUITextBox>();
 }