C# Класс VSSonarExtensionUi.View.Helpers.QuestionUser

Interaction logic for UserInputWindow.xaml
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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