Example #1
0
 private void PageLoaded(object sender, RoutedEventArgs e)
 {
     if (!PageSettings.PageOpened(ExamplePage.RelationConflicts))
     {
         OnInfoClicked(this, null);
         PageSettings.SetPageOpened(ExamplePage.RelationConflicts);
     }
 }
Example #2
0
 private void PageLoaded(object sender, RoutedEventArgs e)
 {
     if (!PageSettings.PageOpened(ExamplePage.PushNotification))
     {
         OnInfoClicked(this, null);
         PageSettings.SetPageOpened(ExamplePage.PushNotification);
     }
 }