C# 클래스 NDG.Helpers.Controls.ConfirmationBox

Message box with yes/no buttons.
상속: UserPrompt
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

공개 메소드들

메소드 설명
ConfirmationBox ( ) : System
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
OnBackKeyPress ( object sender, EventArgs e ) : void
OnNoButtonClick ( object sender, RoutedEventArgs e ) : void
OnYesButtonClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

ConfirmationBox() 공개 메소드

public ConfirmationBox ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void