ISbd-21 Gordeev I.V. LabWork_07 Base #13

Closed
Igor_Gordeev wants to merge 5 commits from Lab_07 into Lab_06
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 948b330515 - Show all commits

View File

@ -47,7 +47,7 @@ namespace SushiBarView
catch (Exception ex)
{
var logger = _serviceProvider.GetService<ILogger>();
logger?.LogError(ex, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
logger?.LogError(ex, "Îøèáêà ðàáîòû ñ ïî÷òîé");
}
Application.Run(_serviceProvider.GetRequiredService<FormMain>());

View File

@ -44,7 +44,7 @@ namespace SushiBarBusinessLogic.MailWorker
{
var list = new List<MessageInfoBindingModel>();
using var client = new Pop3Client();
await Task.Run(() =>
await Task.Run(() =>
{
try
{