From 1f6aff4ce3b39b5100d09f594ca47c000d3fba22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0?= Date: Thu, 4 Oct 2018 03:30:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B7=D0=BD=D0=B0=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fileFinder/MainForm.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fileFinder/MainForm.cs b/fileFinder/MainForm.cs index f6492b4..72f8aaa 100644 --- a/fileFinder/MainForm.cs +++ b/fileFinder/MainForm.cs @@ -82,7 +82,8 @@ namespace fileFinder if (fileUrlTextBox.Text.Equals("") || nameQueryTextBox.Text.Equals("") || innerQueryTextBox.Text.Equals("")) { - MessageBox.Show("Вы не заполнили одно из полей. Проверьте все и повторно нажмите \"Запуск задания\"!"); + MessageBox.Show("Вы не заполнили одно из полей. Проверьте все и повторно нажмите \"Запуск задания\"!", + "Сообщение"); return; } @@ -156,7 +157,7 @@ namespace fileFinder } } - private void refreshInfoByTimer (object sender, ElapsedEventArgs e) + private void refreshInfoByTimer(object sender, ElapsedEventArgs e) { Action refresh = () => {