Es gibt jetzt hutprofil und kurzliner

This commit is contained in:
Husky
2018-07-21 15:31:10 +02:00
parent acec9fee09
commit 6d5f049650
20 changed files with 727 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Markup;
namespace KlassenBIB
{
@@ -62,6 +63,6 @@ namespace KlassenBIB
/// <summary>
///
/// </summary>
public Reparatur Reparatur { get; set; }
public SanierungskonzeptCollection Sanierungskonzepts { get; set; }
}
}