|
|
|
@ -1,7 +1,5 @@ |
|
|
|
|
using System; |
|
|
|
|
namespace Tiobon.Core.Common; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Common |
|
|
|
|
{ |
|
|
|
|
public static class ConsoleHelper |
|
|
|
|
{ |
|
|
|
|
private static readonly object _objLock = new(); |
|
|
|
@ -50,4 +48,3 @@ namespace Tiobon.Core.Common |
|
|
|
|
/// <param name="color">想要打印的颜色</param> |
|
|
|
|
public static void WriteSuccessLine(this string str, ConsoleColor color = ConsoleColor.Green)=> WriteColorLine(str, color); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|