Ejemplo n.º 1
0
        void Current_Launching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
        {
            DisplaySplash = true;
            FirstLoad     = true;

            DataContextManager.HandleLaunch();
            Utils.InitializeNotifications();
        }
Ejemplo n.º 2
0
 protected override void OnApplicationLaunching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     StartAnalytics();
     BackgroundTaskService.Instance.UpdateBackgroundTasks();
 }
Ejemplo n.º 3
0
 protected override void OnApplicationLaunching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
 }