Exemplo n.º 1
0
        public ConfigPanel()
        {
            this.Background = null;

            SubPanel = new ServerInfoPanel(this);
            this.Children.Add(SubPanel);
        }
Exemplo n.º 2
0
        public ServerPanel()
        {
            current         = this;
            this.Background = null;

            SubPanel = new ServerInfoPanel();
            this.Children.Add(SubPanel);
        }