wabbajack/Wabbajack.App.Blazor/App.xaml
2022-01-20 19:34:38 +11:00

9 lines
331 B
XML

<Application x:Class="Wabbajack.App.Blazor.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Startup="OnStartup"
Exit="OnExit">
<Application.Resources>
</Application.Resources>
</Application>