Exemple #1
0
        // Constructor
        public GamePage()
        {
            InitializeComponent();

            _game = XamlGame <ImportingGeometryGame> .Create("", this);

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
        //-------------------------------------------------------------------------------------
        // Class constructors

        public ImportedObject(ImportingGeometryGame game, Vector3 position, Model model)
            : base(game, position, model)
        {
        }