C# Class VSSonarExtensionUi.View.Helpers.QuestionUser

Interaction logic for UserInputWindow.xaml
Mostrar archivo Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Public Methods

Method Description
GetInput ( string question ) : bool

The show.

QuestionUser ( string message ) : System.Windows

Initializes a new instance of the UserInputWindow class.

Private Methods

Method Description
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.

Method Details

GetInput() public static method

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

QuestionUser() public method

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