forked from amkovkov/GranuSightSoftware2
fix: typos
TOO many typos
This commit is contained in:
@@ -11,7 +11,7 @@ using Avalonia.Media.Imaging;
|
||||
using Avalonia.Threading;
|
||||
|
||||
using GSS2.Core.Hardware;
|
||||
using GSS2.Core.Extentions;
|
||||
using GSS2.Core.Extensions;
|
||||
using GSS2.Core.Analysis.AmineContent.Database.Calibration;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
@@ -319,7 +319,7 @@ public partial class AmineContentSeparatorCalibrationViewModel : ViewModelBase
|
||||
}, cancellationToken);
|
||||
}
|
||||
|
||||
[RelayCommand] private void CencelImageCapturing() => _captureImagesTaskCts?.Cancel();
|
||||
[RelayCommand] private void CancelImageCapturing() => _captureImagesTaskCts?.Cancel();
|
||||
[RelayCommand] private void ImagesSectionPrevious() => ImagesSectionCurrentIndex--;
|
||||
[RelayCommand] private void ImagesSectionNext() => ImagesSectionCurrentIndex++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user