在WPF中,可以使用以下方法在多個頁面之間進行切換:
// 導航到Page1
frame.Content = new Page1();
// 導航到Page2
frame.Content = new Page2();
// 創建一個NavigationWindow窗口
NavigationWindow window = new NavigationWindow();
// 導航到Page1
window.Navigate(new Page1());
// 導航到Page2
window.Navigate(new Page2());
// 顯示窗口
window.Show();
// 導航到PageFunction1并等待返回結果
PageFunction1 pageFunction1 = new PageFunction1();
bool? result = await this.NavigationService.NavigateAsync(pageFunction1);
// 導航到PageFunction2并等待返回結果
PageFunction2 pageFunction2 = new PageFunction2();
result = await this.NavigationService.NavigateAsync(pageFunction2);
以上是幾種常用的在WPF中實現頁面切換的方法,選擇合適的方法取決于你的具體需求和項目結構。