mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:56:30 +00:00
fix switcher between modes in DatasetExplorer.xaml
This commit is contained in:
@@ -13,6 +13,7 @@ public class DetectionClassChangedEventArgs(DetectionClass detectionClass, int c
|
||||
public partial class DetectionClasses
|
||||
{
|
||||
public event EventHandler<DetectionClassChangedEventArgs>? DetectionClassChanged;
|
||||
public bool IsChecked = true;
|
||||
|
||||
public DetectionClasses()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user