Auftraggeber kann nun pro liner Separiert werden

This commit is contained in:
HuskyTeufel
2020-07-16 14:55:18 +02:00
parent 720834c1dc
commit a38819f113
4 changed files with 64 additions and 2 deletions

View File

@@ -20,6 +20,13 @@ namespace SanSystem
public partial class frmAuftraggeberEdit : Form
{
IAuftraggeber auftraggeber;
public IAuftraggeber Auftraggeber
{
get
{
return auftraggeber;
}
}
/// <summary>
///
/// </summary>