In MainPage.xaml.cs
I am using following code
Code:PhoneApplicationService.Current.Activated += new EventHandler<ActivatedEventArgs>(OnActivated);but this is causing app to close.Code:void OnActivated(object sender, ActivatedEventArgs e) { }
In MainPage.xaml.cs
I am using following code
Code:PhoneApplicationService.Current.Activated += new EventHandler<ActivatedEventArgs>(OnActivated);but this is causing app to close.Code:void OnActivated(object sender, ActivatedEventArgs e) { }