|
@ -91,6 +91,11 @@ namespace fileFinder |
|
|
Progress<ProgressReportModel> progress = new Progress<ProgressReportModel>(); |
|
|
Progress<ProgressReportModel> progress = new Progress<ProgressReportModel>(); |
|
|
progress.ProgressChanged += reportProgress; |
|
|
progress.ProgressChanged += reportProgress; |
|
|
|
|
|
|
|
|
|
|
|
if (fileUrlTextBox.Text.Equals("") || nameQueryTextBox.Text.Equals("") || innerQueryTextBox.Text.Equals("")) |
|
|
|
|
|
{ |
|
|
|
|
|
MessageBox.Show("Вы не заполнили одно из полей. Проверьте все и повторно нажмите \"Запуск задания\"!"); |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (isFieldsChanged) // если в форме изменился запрос
|
|
|
if (isFieldsChanged) // если в форме изменился запрос
|
|
|
mainController.stopTask(); // то принудительно завершаем задание
|
|
|
mainController.stopTask(); // то принудительно завершаем задание
|
|
|