PWAPP/PWAPPv2/App.xaml
2023-07-26 22:26:54 -04:00

11 lines
394 B
XML

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