Sewerpoints und Objektnummern hinzugefügt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user