Exemplo n.º 1
0
        public NewGameWindow()
        {
            InitializeComponent();
            Control1 = new NewGameControl1(this);

            Panel.Content = Control1;
            Control2      = new NewGameControl2();
            Control3      = new NewGameControl3();
        }
Exemplo n.º 2
0
        public NewGameWindow()
        {
            InitializeComponent();
            Control1 = new NewGameControl1(this);

            Panel.Content = Control1;
            Control2 = new NewGameControl2();
            Control3 = new NewGameControl3();

        }