Rename namespace.

This commit is contained in:
2020-02-27 00:33:24 +00:00
parent fcb02dec83
commit f88ccf06f5
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
// Copyright © 2011-2020 Natalia Portillo
// ****************************************************************************/
namespace DiscImageChef.Console
namespace Aaru.Console
{
public delegate void WriteLineHandler(string format, params object[] arg);