Exemplo n.º 1
0
 /// <summary>
 /// Displays the Main menu teaching tip again.
 /// </summary>
 private void ReplayButton_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e)
 {
     ContextualInformation.DisplayMainMenuTip();
 }
Exemplo n.º 2
0
 private void Shell_Loaded(object sender, RoutedEventArgs e)
 {
     // Display the TeachingTip for the Main menu item.
     ContextualInformation.DisplayMainMenuTip();
 }