mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename namespace.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using DiscImageChef.CommonTypes.Interfaces;
|
||||
using DiscImageChef.Helpers;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Helpers;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DiscImageChef.CommonTypes.Structs;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
using Schemas;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -34,12 +34,12 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Interfaces;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.Helpers;
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Console;
|
||||
using Aaru.Helpers;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Interfaces;
|
||||
using DiscImageChef.CommonTypes.Structs;
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.CommonTypes.Structs;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro : IMediaImage, IVerifiableImage, IVerifiableSectorsImage
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
namespace Aaru.DiscImages
|
||||
{
|
||||
public partial class SuperCardPro
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user