равный второму введенному. Ну, идея как бы в том, чтобы не вводить один и тот же вопрос...
private void GetAnswer(object sender, RoutedEventArgs e)
{
MessageBoxButton buttons = MessageBoxButton.YesNoCancel;
if (Input.Text.Length < 5 || Input.Text == string.Empty )
{
MessageBoxResult result = MessageBox.Show("!!! Введи питання!!", "!!!", buttons);
if (result == MessageBoxResult.No) { System.Diagnostics.Process.Start(
"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Google Chrome", "https://rt.pornhub.com/video/search?search=eva+elfie"); }
if (result == MessageBoxResult.Yes) { System.Diagnostics.Process.Start(
"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Google Chrome", "https://rt.pornhub.com/video/search?search=eva+elfie"); }
}
else
{
this.Cursor = Cursors.Wait;
Thread.Sleep(TimeSpan.FromSeconds(2));
Print.Text = GeneratorAnswer.GetRandomAnswer();
this.Cursor = null;
}
regex заюзай
Обсуждают сегодня