Rename namespace.

This commit is contained in:
2020-02-27 00:33:15 +00:00
parent afcceb66d0
commit 5858e12e72
57 changed files with 90 additions and 90 deletions

View File

@@ -39,10 +39,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using DiscImageChef.CommonTypes.Interfaces;
using DiscImageChef.Partitions;
using Aaru.CommonTypes.Interfaces;
using Aaru.Partitions;
namespace DiscImageChef.CommonTypes
namespace Aaru.CommonTypes
{
/// <summary>Contain all plugins (filesystem, partition and image)</summary>
public class PluginBase