iocommander input and virtual input

This commit is contained in:
meelstorm
2025-07-21 12:07:33 +02:00
parent cd70088d9a
commit e761b24c95
21 changed files with 418 additions and 21 deletions

View File

@@ -23,6 +23,12 @@ namespace VisionBuilder.UI.Windows.Components
this.stats1.SetViewModel(singleCameraVm.StatisticsVm);
SetBindings();
_singleCameraVm.PropertyChanged += SingleCameraVm_PropertyChanged;
}
private void SingleCameraVm_PropertyChanged(object? sender, PropertyChangedEventArgs e)
{
}
private void SetBindings()