mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:16:30 +00:00
fix keyboard catch, fix loading
refactoring
This commit is contained in:
@@ -76,7 +76,7 @@ public partial class Annotator
|
||||
_vlcFrameExtractor = vlcFrameExtractor;
|
||||
_aiDetector = aiDetector;
|
||||
|
||||
VideoView.Loaded += VideoView_Loaded;
|
||||
Loaded += VideoView_Loaded;
|
||||
Closed += OnFormClosed;
|
||||
|
||||
Editor.GetTimeFunc = () => TimeSpan.FromMilliseconds(_mediaPlayer.Time);
|
||||
|
||||
Reference in New Issue
Block a user