Пример #1
0
        protected override void OnLaunch(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
        {
            EnableAnalytics(true);
            EnableConnections(true);

            base.OnLaunch(sender, e);
        }
Пример #2
0
 void GameLaunching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     AddInitialScreens();
 }
 protected override void OnLaunch(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     base.OnLaunch(sender, e);
     new NavigationSetup().SetupNavigation(this.RootFrame);
 }
Пример #4
0
 // Code to execute when the application is launching (eg, from Start)
 // This code will not execute when the application is reactivated
 private void Application_Launching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
 }
Пример #5
0
 protected override void OnLaunch(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     base.OnLaunch(sender, e);
 }
Пример #6
0
 private void App_Launching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     ApplicationUsageHelper.Init("2.5.0.0");
 }