newSanwindow hinzugefügt

This commit is contained in:
Husky
2020-06-13 16:46:18 +02:00
parent 9442d94de5
commit dc07ba2638
7 changed files with 56 additions and 4 deletions

View File

@@ -206,6 +206,12 @@ namespace KanSan
UCLeistungsverzeichnisPositionenBaustelle = new UI.UCLeistungsverzeichnisPositionenBaustelle();
ContentController.Content = UCLeistungsverzeichnisPositionenBaustelle;
}
private void Test_Checked(object sender, RoutedEventArgs e)
{
NewSanierungWindow newSanierungWindow = new NewSanierungWindow();
newSanierungWindow.ShowDialog();
}
}
}