11 lines
279 B
C#
11 lines
279 B
C#
// See https://aka.ms/new-console-template for more information
|
|
|
|
using Schnittstelle.Contract;
|
|
using Schnittstelle.Import.XML.v2013;
|
|
using System.Diagnostics;
|
|
|
|
ISchnittstelleImporter xml = new XML2013("../../../../test_code.xml");
|
|
|
|
var s = xml.KanalObjekte;
|
|
Debugger.Break();
|