Sewerpoints und Objektnummern hinzugefügt

This commit is contained in:
HuskyTeufel
2021-09-28 17:52:17 +02:00
parent e8674fed2c
commit a8029c091d
27 changed files with 1196 additions and 67 deletions

View File

@@ -39,10 +39,11 @@ namespace DaSaSo.ViewModel.State.ActualState
SewerObjectChanged?.Invoke(this, new EventArgs());
}
#endregion
public void SetClient(Client client)
public void SetClient(Client client, bool notification = true)
{
AktuellClient = client;
OnClientChanged();
if(notification)
OnClientChanged();
}
public void SetProject(Project project, bool notification = true)