mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Rename namespace.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user