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)