Es können jetzt von xml 2006 importiert werden

This commit is contained in:
Husky
2018-07-21 11:57:06 +02:00
parent ea3b8c564a
commit 20388f5603
42 changed files with 815 additions and 42 deletions

View File

@@ -10,7 +10,9 @@ namespace SchnittstelleImporter.XML2006
{
DateTime inspektionstime;
Rohrleitung rohrleitung;
/// <summary>
///
/// </summary>
public DateTime Inspektionstime
{
set
@@ -22,6 +24,9 @@ namespace SchnittstelleImporter.XML2006
return inspektionstime;
}
}
/// <summary>
///
/// </summary>
public string Inspektionsdatum
{
get
@@ -34,6 +39,9 @@ namespace SchnittstelleImporter.XML2006
//inspektionsdatum = value;
}*/
}
/// <summary>
///
/// </summary>
public string Inspektionszeit
{
get
@@ -41,6 +49,9 @@ namespace SchnittstelleImporter.XML2006
return inspektionstime.ToShortTimeString();
}
}
/// <summary>
///
/// </summary>
public Rohrleitung Rohrleitung
{
get