示例#1
0
 /// <summary>
 /// Invoked when application leaving the background.
 /// </summary>
 /// <param name="sender">The source of the leaving background request.</param>
 /// <param name="e">Details about the leaving background request.</param>
 private void OnLeavingBackground(object sender, LeavingBackgroundEventArgs e)
 {
     _host.OnLeavingBackground();
 }