Herald.UpdateInfo.dialog_PrimaryButtonClick C# (CSharp) Метод

dialog_PrimaryButtonClick() приватный Метод

private dialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
sender ContentDialog
args ContentDialogButtonClickEventArgs
Результат void
        private void dialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
        {
            Frame.Navigate(typeof(MainPage));
        }
        private async void Update_Click(object sender, RoutedEventArgs e)