Exemplo n.º 1
0
 private void IconsListBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     if (HomeListBoxItem.IsSelected)
     {
         PageFrameSplitViewContent.Navigate(typeof(HomePage));
         TitleTextBlock.Text = "Home";
     }
 }
Exemplo n.º 2
0
 public MainPage()
 {
     this.InitializeComponent();
     PageFrameSplitViewContent.Navigate(typeof(HomePage));
     TitleTextBlock.Text = "Home";
 }