Files
OnDoc/OnDocWPF/App.xaml
2024-08-07 09:25:01 +02:00

10 lines
361 B
XML

<Application x:Class="OnDocWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:OnDocWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>