feat: SeparatorCalibration View and ViewModel

This commit is contained in:
2026-04-14 16:18:13 +03:00
parent bb930aac88
commit 7a42ff5f3c
11 changed files with 1106 additions and 27 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ namespace GSS2.UI.Core.ViewModels;
public partial class CameraViewModel : ViewModelBase, IDisposable
{
private bool _disposedValue;
private readonly ILogger<CameraViewModel> _logger;
private readonly CameraService _cameraService;
private readonly System.Timers.Timer _renderTimer;
@@ -71,4 +71,4 @@ public partial class CameraViewModel : ViewModelBase, IDisposable
Dispose(disposing: true);
GC.SuppressFinalize(this);
}
}
}