KrbRelay icon indicating copy to clipboard operation
KrbRelay copied to clipboard

General code cleanup

Open Genbox opened this issue 2 years ago • 0 comments

Just some general code cleanup:

  • Fixed 2 spelling mistakes printed in the console
  • Removed redundant qualifiers, namespace usings and type specifiers
  • Changed subclasses such as UnicodeEncoding.Unicode.GetString() to be Encoding.Unicode.GetString(). It is identical code, but more readable.

Genbox avatar Apr 28 '22 22:04 Genbox