// Code to execute when the application is activated (brought to foreground) // This code will not execute when the application is first launched private void Application_Activated(object sender, ActivatedEventArgs e) { Mobeelizer.OnActivated(e.IsApplicationInstancePreserved); }