Adjust namespaces.

This commit is contained in:
2020-04-16 20:40:25 +01:00
parent 10c1f7297f
commit 367f6d9369
105 changed files with 320 additions and 309 deletions

View File

@@ -1,6 +1,6 @@
using System.Collections.ObjectModel;
using Aaru.CommonTypes.Interfaces;
using Aaru.Gui.ViewModels;
using Aaru.Gui.ViewModels.Panels;
using Avalonia.Media.Imaging;
namespace Aaru.Gui.Models
@@ -15,6 +15,6 @@ namespace Aaru.Gui.Models
public ObservableCollection<RootModel> PartitionSchemesOrFileSystems { get; }
public IMediaImage Image { get; set; }
public ImageInfoViewModel ViewModel { get; set; }
public IFilter Filter { get; set; }
public IFilter Filter { get; set; }
}
}