feat: SampleCalibration View and ViewModel

This commit is contained in:
2026-04-14 22:30:26 +03:00
parent 106bc74cbb
commit 93bcc6c692
11 changed files with 1543 additions and 1310 deletions
@@ -39,8 +39,9 @@ public partial class AsyncImageRecordViewModel : ViewModelBase
IsLoading = false;
});
}
catch
catch (Exception ex)
{
Console.Error.WriteLine($"Ошибка во время загрузки изображения:\n{ex.Message}\n{ex.StackTrace}");
await Dispatcher.UIThread.InvokeAsync(() => IsLoading = false);
}
finally