More UI updates and cleanup

This commit is contained in:
2023-04-26 21:57:19 -04:00
parent edd01cc052
commit 7638d9c2c7
20 changed files with 225 additions and 273 deletions

View File

@@ -128,8 +128,6 @@ public class XmlSanitizingStream : StreamReader
return nextCharacter;
} // method
#region Read*() method overrides
// The following methods are exact copies of the methods in TextReader,
// extracting by disassembling it in Reflector
@@ -219,6 +217,4 @@ public class XmlSanitizingStream : StreamReader
return builder.ToString();
}
#endregion
} // class