mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Migrate image convert from Eto.Forms to Avalonia.
This commit is contained in:
10
Aaru.Gui/Models/ImagePluginModel.cs
Normal file
10
Aaru.Gui/Models/ImagePluginModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
public class ImagePluginModel
|
||||
{
|
||||
public string Name => Plugin.Name;
|
||||
public IWritableImage Plugin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user