Exemplo n.º 1
0
 private void ButtonComplete_Click(object sender, RoutedEventArgs e)
 {
     SecondaryFrame.Navigate(typeof(Complete));
 }
Exemplo n.º 2
0
 private void ButtonDonut_Click(object sender, RoutedEventArgs e)
 {
     SecondaryFrame.Navigate(typeof(Donuts));
 }
Exemplo n.º 3
0
 private void ButtonSchedule_Click(object sender, RoutedEventArgs e)
 {
     SecondaryFrame.Navigate(typeof(Schedule));
 }
Exemplo n.º 4
0
 public MainPage()
 {
     this.InitializeComponent();
     SecondaryFrame.Navigate(typeof(Donuts));
 }