Пример #1
0
        // Constructor
        public AppHost()
        {
            // Standard Silverlight initialization
            InitializeComponent();

            app = new WindowsPhoneApp.App(this);
        }
Пример #2
0
        // Constructor
        public AppHost()
        {
            // Standard Silverlight initialization
            InitializeComponent();

            app = new WindowsPhoneApp.App(this);
        }
Пример #3
0
        // Constructor
        public AppHost()
        {
            // Standard Silverlight initialization
            InitializeComponent();

            app = new WindowsPhoneApp.App(this);

            this.ApplicationLifetimeObjects.Add(new XNAFrameworkDispatcherService());
        }