mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Migrate filesystem panel from Eto.Forms to Avalonia.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Gui.ViewModels;
|
||||
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
@@ -7,5 +8,6 @@ namespace Aaru.Gui.Models
|
||||
public string VolumeName { get; set; }
|
||||
public IFilesystem Filesystem { get; set; }
|
||||
public IReadOnlyFilesystem ReadOnlyFilesystem { get; set; }
|
||||
public FileSystemViewModel ViewModel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user