2.0.14
This commit is contained in:
@@ -156,14 +156,14 @@ namespace VisionBuilder.UI.Common
|
||||
|
||||
}
|
||||
|
||||
[RelayCommand(CanExecute = nameof(IsResumed))]
|
||||
[RelayCommand]
|
||||
public void Pause()
|
||||
{
|
||||
_recognitionControl.Pause();
|
||||
IsPaused = true;
|
||||
}
|
||||
|
||||
[RelayCommand(CanExecute = nameof(IsPaused))]
|
||||
[RelayCommand]
|
||||
public void Resume()
|
||||
{
|
||||
_recognitionControl.Resume();
|
||||
|
||||
Reference in New Issue
Block a user