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

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