C# 클래스 VSSonarExtensionUi.View.Helpers.QuestionUser

Interaction logic for UserInputWindow.xaml
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension 1 사용 예제들

공개 메소드들

메소드 설명
GetInput ( string question ) : bool

The show.

QuestionUser ( string message ) : System.Windows

Initializes a new instance of the UserInputWindow class.

비공개 메소드들

메소드 설명
BtnDialogOkCancel ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnDialogOk control.

BtnDialogOkClick ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnDialogOk control.

메소드 상세

GetInput() 공개 정적인 메소드

The show.
public static GetInput ( string question ) : bool
question string The question.
리턴 bool

QuestionUser() 공개 메소드

Initializes a new instance of the UserInputWindow class.
public QuestionUser ( string message ) : System.Windows
message string
리턴 System.Windows