ISEbd-21. Pyatkin I.A. Lab work 08_base #14

Closed
IvanPyatkin wants to merge 2 commits from Lab8_basic into Lab7_basic
Showing only changes of commit 050500a561 - Show all commits

View File

@ -90,6 +90,6 @@ namespace PrecastConcretePlantView
DependencyManager.Instance.RegisterType<FormImplementer>();
DependencyManager.Instance.RegisterType<FormViewMail>();
}
private static void MailCheck(object obj) => ServiceProvider?.GetService<AbstractMailWorker>()?.MailCheck();
private static void MailCheck(object obj) => DependencyManager.Instance.Resolve<AbstractMailWorker>()?.MailCheck();
}
}