General cleanup and refactor.

This commit is contained in:
2022-03-07 07:36:43 +00:00
parent 2deb65967a
commit b9a1ad4cb1
3 changed files with 298 additions and 715 deletions

View File

@@ -144,8 +144,7 @@ public static class AaruConsole
/// </summary>
/// <param name="format">A composite format string.</param>
/// <param name="arg">An array of objects to write using <paramref name="format" />.</param>
public static void ErrorWriteLine(string format, params object[] arg) =>
ErrorWriteLineEvent?.Invoke(format, arg);
public static void ErrorWriteLine(string format, params object[] arg) => ErrorWriteLineEvent?.Invoke(format, arg);
/// <summary>
/// Writes the text representation of the specified array of objects, followed by the current line terminator, to