This commit is contained in:
2022-05-07 13:56:31 +03:00
parent b9ff016caa
commit 497cba65ca
7 changed files with 141 additions and 40 deletions

View File

@@ -96,7 +96,6 @@ namespace PluginManager.Others
foreach (string[] row in data)
{
//Console.Write("\t");
if (row[0][0] == tableLine) Console.Write(tableCross);
else Console.Write(tableWall);
for (int l = 0; l < row.Length; l++)
@@ -135,7 +134,6 @@ namespace PluginManager.Others
/// <summary>
/// Write the text using color options( &g-green; &b-blue; &r-red; &c-clear; )
///
/// </summary>
/// <param name="text">The text</param>
public static void WriteColorText(string text, bool appendNewLine = true)