コード例 #1
0
ファイル: MainPage.xaml.cs プロジェクト: hxmtl/PcComponentes
 /// Botón adelante
 private void AppBarButton_Click_1(object sender, RoutedEventArgs e)
 {
     if (Vista.CanGoForward)
     {
         Vista.GoForward();
     }
 }