mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
9 lines
331 B
XML
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>
|