mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
sort thumbnails by date in DatasetExplorer
This commit is contained in:
@@ -11,6 +11,7 @@ public class ThumbnailDto : INotifyPropertyChanged
|
||||
public string ThumbnailPath { get; set; }
|
||||
public string ImagePath { get; set; }
|
||||
public string LabelPath { get; set; }
|
||||
public DateTime ImageDate { get; set; }
|
||||
|
||||
private BitmapImage? _image;
|
||||
public BitmapImage? Image
|
||||
|
||||
Reference in New Issue
Block a user