wabbajack/Wabbajack.App.Blazor/App.xaml

9 lines
331 B
Plaintext
Raw Normal View History

2022-01-09 13:33:22 +00:00
<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>
2022-01-20 08:34:38 +00:00
</Application>