private async void AboutButton_Click(object sender, RoutedEventArgs e) { menuSplitView.IsPaneOpen = false; AboutDialog dialog = new AboutDialog(); await dialog.ShowAsync(); }