Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Clickページにリンクする各ボタンのイベント ハンドラーを作成します。ハンドラーで、次のコードを記述します。
Click
NavigationService.Navigate(new Uri("YourPageHere.xaml", UriKind.Relative));
ただし、そのページの手順を1つずつ実行する必要があると思います.