protected override void OnApplicationClosing(object sender, Microsoft.Phone.Shell.ClosingEventArgs e)
 {
     StopAnalytics();
 }
示例#2
0
 void Current_Closing(object sender, Microsoft.Phone.Shell.ClosingEventArgs e)
 {
     DataContextManager.HandleClosing();
 }