sort thumbnails by date in DatasetExplorer

This commit is contained in:
Alex Bezdieniezhnykh
2024-09-29 16:24:31 +03:00
parent 22d4493d86
commit d2186eb326
8 changed files with 182 additions and 108 deletions
+1
View File
@@ -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