Interface added
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
using Schnittstelle.Import.XML.v2006;
|
||||
|
||||
using Schnittstelle.Contract;
|
||||
using Schnittstelle.Import.XML.v2013;
|
||||
using System.Diagnostics;
|
||||
|
||||
XML2006 xml = new XML2006("../../../../test_code.xml");
|
||||
ISchnittstelleImporter xml = new XML2013("../../../../test_code.xml");
|
||||
|
||||
var s = xml.KanalObjekte;
|
||||
Debugger.Break();
|
||||
|
||||
Reference in New Issue
Block a user