forked from amkovkov/GranuSightSoftware2
feat: SampleCalibration View and ViewModel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user