This fixed #4
Schacht können nun wieder gespeichert werden Converter um Schachttype erweitert.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace StammGenerator.Converters
|
||||
if (targetType == typeof(EEntwaeserung)) return (EEntwaeserung)parameter;
|
||||
if (targetType == typeof(EExportType)) return (EExportType)parameter;
|
||||
if (targetType == typeof(EKodierungssystem)) return (EKodierungssystem)parameter;
|
||||
if (targetType == typeof(ESchachtType)) return (ESchachtType)parameter;
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user