mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:16:30 +00:00
clean postbuild script
clean warnings
This commit is contained in:
@@ -109,9 +109,9 @@ public class DatasetExplorerEventHandler(
|
||||
}
|
||||
}
|
||||
|
||||
public async Task Handle(AnnotationCreatedEvent notification, CancellationToken cancellationToken)
|
||||
public Task Handle(AnnotationCreatedEvent notification, CancellationToken cancellationToken)
|
||||
{
|
||||
datasetExplorer.Dispatcher.Invoke(async () =>
|
||||
datasetExplorer.Dispatcher.Invoke(() =>
|
||||
{
|
||||
var annotation = notification.Annotation;
|
||||
var selectedClass = datasetExplorer.LvClasses.CurrentClassNumber;
|
||||
@@ -133,6 +133,7 @@ public class DatasetExplorerEventHandler(
|
||||
datasetExplorer.SelectedAnnotationDict.Add(annThumb.Annotation.Name, annThumb);
|
||||
}
|
||||
});
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
public async Task Handle(AnnotationsDeletedEvent notification, CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user