mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Migrate partition panel from Eto.Forms to Avalonia.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.Gui.ViewModels;
|
||||
using Avalonia.Media.Imaging;
|
||||
|
||||
namespace Aaru.Gui.Models
|
||||
@@ -12,5 +13,6 @@ namespace Aaru.Gui.Models
|
||||
public Bitmap Icon { get; set; }
|
||||
public ObservableCollection<FileSystemModel> FileSystems { get; }
|
||||
public Partition Partition { get; set; }
|
||||
public PartitionViewModel ViewModel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user