Files
QuickMVVM/QuickMVVMSetup/App.xaml
2022-08-08 08:01:47 +02:00

10 lines
373 B
XML

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