Example #1
0
 private void HomeButton_Click(object sender, RoutedEventArgs e)
 {
     MyFrame.Navigate(typeof(Page1));
 }
Example #2
0
 public MainPage()
 {
     this.InitializeComponent();
     MyFrame.Navigate(typeof(Page1));
 }