1. Beta-Version mit Korrekturanmerkungen

This commit is contained in:
Simon Martens
2023-05-11 17:15:04 +02:00
parent 0ef63bfde4
commit fdaffb2f91
20 changed files with 240 additions and 46 deletions

View File

@@ -20,8 +20,8 @@ public class XMLService : IXMLService {
private Stack<Dictionary<string, FileList?>>? _InProduction;
private Dictionary<string, ItemsCollection> _collectedProduction;
private Dictionary<string, ItemsCollection> _collectedUsed;
private Dictionary<string, ItemsCollection>? _collectedProduction;
private Dictionary<string, ItemsCollection>? _collectedUsed;
public XMLService() {
// Getting all classes which implement IXMLRoot for possible document endpoints