XML exporter erweitert
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WWTech_KanalSchnittstelle.Exporter.Kandis;
|
||||
using WWTech_KanalSchnittstelle.Exporter.XML;
|
||||
|
||||
namespace WWTech_KanalSchnittstelle.Exporter
|
||||
{
|
||||
@@ -18,6 +19,7 @@ namespace WWTech_KanalSchnittstelle.Exporter
|
||||
switch(exportType)
|
||||
{
|
||||
case EExportType.KANDIS6: return new KANDIS60();
|
||||
case EExportType.XML2006: return new XML2006();
|
||||
default: throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user