Exemplo n.º 1
0
        public UIWindow(IGameSystem gs)
        {
            gameSystem = gs;

            Owner = gs.formGame;

            panel.init().setAutoSizeP().addTo(this);

            this.setAutoSizeF().setCenter();
        }