예제 #1
0
		public NeuralPage()
        {
            this.InitializeComponent();

			// Create the game.
			var launchArguments = string.Empty;
            _game = MonoGame.Framework.XamlGame<NeuralGame>.Create(launchArguments, Window.Current.CoreWindow, swapChainPanel);
        }
예제 #2
0
        public NeuralPage()
        {
            this.InitializeComponent();

            // Create the game.
            var launchArguments = string.Empty;

            _game = MonoGame.Framework.XamlGame <NeuralGame> .Create(launchArguments, Window.Current.CoreWindow, swapChainPanel);
        }