Kanalschaden werden richtig geparsed
This commit is contained in:
@@ -48,6 +48,8 @@ namespace DaSaSo.ViewModel.State.ActualState
|
||||
#endregion
|
||||
public void SetClient(Client client, bool notification = true)
|
||||
{
|
||||
//ResetProject();
|
||||
//ResetBuildingSite();
|
||||
AktuellClient = client;
|
||||
if(notification)
|
||||
OnClientChanged();
|
||||
@@ -55,6 +57,7 @@ namespace DaSaSo.ViewModel.State.ActualState
|
||||
|
||||
public void SetProject(Project project, bool notification = true)
|
||||
{
|
||||
|
||||
AktuellProjekt = project;
|
||||
if(notification)
|
||||
OnProjectChanged();
|
||||
|
||||
Reference in New Issue
Block a user