mirror of
https://github.com/aaru-dps/Aaru.Console.git
synced 2025-12-16 19:24:32 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2016-07-28 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* DicConsole.cs: Refactor and code cleanup.
|
||||||
|
|
||||||
2015-10-31 Natalia Portillo <claunia@claunia.com>
|
2015-10-31 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* DicConsole.cs:
|
* DicConsole.cs:
|
||||||
|
|||||||
@@ -30,8 +30,6 @@
|
|||||||
// Copyright © 2011-2016 Natalia Portillo
|
// Copyright © 2011-2016 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace DiscImageChef.Console
|
namespace DiscImageChef.Console
|
||||||
{
|
{
|
||||||
public delegate void WriteLineHandler(string format, params object[] arg);
|
public delegate void WriteLineHandler(string format, params object[] arg);
|
||||||
|
|||||||
Reference in New Issue
Block a user