mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move opening image code from Eto to Avalonia.
This commit is contained in:
11
Aaru.Gui/Models/FileSystemModel.cs
Normal file
11
Aaru.Gui/Models/FileSystemModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
public class FileSystemModel : RootModel
|
||||
{
|
||||
public string VolumeName { get; set; }
|
||||
public IFilesystem Filesystem { get; set; }
|
||||
public IReadOnlyFilesystem ReadOnlyFilesystem { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user