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