C# Class VSSonarExtensionUi.View.Helpers.QuestionUser

Interaction logic for UserInputWindow.xaml
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Méthodes publiques

Méthode Description
GetInput ( string question ) : bool

The show.

QuestionUser ( string message ) : System.Windows

Initializes a new instance of the UserInputWindow class.

Private Methods

Méthode 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 méthode

The show.
public static GetInput ( string question ) : bool
question string The question.
Résultat bool

QuestionUser() public méthode

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