iocommander input and virtual input
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user