This commit is contained in:
Курнат Андрей
2026-01-31 21:31:23 +03:00
parent f0e11d6379
commit b43705b8cf

View File

@@ -19,7 +19,7 @@ namespace XLIMS.PSV.ViewModels
{
_limsService = limsService;
_dialogService = dialogService;
LoadSide();
LoadSide();
_limsService.Datas.SetChanged += Datas_SetChanged;
}