common/Ui/Common.UI/MainWindow.xaml
2026-04-23 17:50:07 +02:00

8 lines
382 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="Eregister Programierung">
</NavigationWindow>