コード例 #1
0
ファイル: App.xaml.cs プロジェクト: nbclark/commuter
        void Current_Launching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
        {
            DisplaySplash = true;
            FirstLoad     = true;

            DataContextManager.HandleLaunch();
            Utils.InitializeNotifications();
        }
コード例 #2
0
 protected override void OnApplicationLaunching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
     StartAnalytics();
     BackgroundTaskService.Instance.UpdateBackgroundTasks();
 }
コード例 #3
0
 protected override void OnApplicationLaunching(object sender, Microsoft.Phone.Shell.LaunchingEventArgs e)
 {
 }