newSanwindow hinzugefügt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user