- Commentboxes work (marginals) + mouseover

- Basic Briefe Controller
- Generic XML reader
This commit is contained in:
schnulller
2022-05-19 01:09:49 +02:00
parent f1743fcf39
commit 2ed7265869
23 changed files with 1179 additions and 193 deletions

View File

@@ -29,7 +29,7 @@ public class XMLHelper
bool deleteTrailingWS = false
)
{
if (input == null || target == null) throw new ArgumentNullException();
if (input == null || target == null ) throw new ArgumentNullException();
_in = input;
_target = target;