reformatting
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Avalonia.Media.Imaging;
|
||||
|
||||
namespace finder2e_foundry_converter.Models
|
||||
{
|
||||
public class ImageItem
|
||||
{
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public Bitmap? Thumbnail { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user