コード例 #1
0
        public ConfigPanel()
        {
            this.Background = null;

            SubPanel = new ServerInfoPanel(this);
            this.Children.Add(SubPanel);
        }
コード例 #2
0
ファイル: ServerInfo.cs プロジェクト: imjihun/EglobalStudy
        public ServerPanel()
        {
            current         = this;
            this.Background = null;

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