Browse Source

Незначительные исправления

master
Никита 6 years ago
parent
commit
1f6aff4ce3
  1. 5
      fileFinder/MainForm.cs

5
fileFinder/MainForm.cs

@ -82,7 +82,8 @@ namespace fileFinder
if (fileUrlTextBox.Text.Equals("") || nameQueryTextBox.Text.Equals("") || innerQueryTextBox.Text.Equals("")) if (fileUrlTextBox.Text.Equals("") || nameQueryTextBox.Text.Equals("") || innerQueryTextBox.Text.Equals(""))
{ {
MessageBox.Show("Вы не заполнили одно из полей. Проверьте все и повторно нажмите \"Запуск задания\"!"); MessageBox.Show("Вы не заполнили одно из полей. Проверьте все и повторно нажмите \"Запуск задания\"!",
"Сообщение");
return; return;
} }
@ -156,7 +157,7 @@ namespace fileFinder
} }
} }
private void refreshInfoByTimer (object sender, ElapsedEventArgs e) private void refreshInfoByTimer(object sender, ElapsedEventArgs e)
{ {
Action refresh = () => Action refresh = () =>
{ {

Loading…
Cancel
Save