Rename namespace.

This commit is contained in:
2020-02-27 00:33:24 +00:00
parent bce9d5b1dc
commit c8e7a167b7
14 changed files with 16 additions and 16 deletions

View File

@@ -31,9 +31,9 @@
// ****************************************************************************/
using System.Text;
using DiscImageChef.Console;
using Aaru.Console;
namespace DiscImageChef
namespace Aaru
{
public static class PrintHex
{