Rock.Apps.StatementGenerator.SelectAccountsPage.btnPrev_Click C# (CSharp) 메소드

btnPrev_Click() 개인적인 메소드

Handles the Click event of the btnPrev control.
private btnPrev_Click ( object sender, RoutedEventArgs e ) : void
sender object The source of the event.
e System.Windows.RoutedEventArgs The instance containing the event data.
리턴 void
        private void btnPrev_Click( object sender, RoutedEventArgs e )
        {
            this.NavigationService.GoBack();
        }