laatzen/Common/Ui/Common.UI/MainWindow.xaml
2025-03-26 12:53:29 +01:00

9 lines
376 B
XML

<NavigationWindow x:Class="Common.UI.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ShowsNavigationUI="False"
Source="Pages/EregisterInitialize.xaml"
Title="TestBench UI">
</NavigationWindow>