mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 17:11:28 -07:00
Since this isn't a WinForms app anymore, there's no need to start the bootstrapper dialog as a new application with Application.Run.
9 lines
321 B
XML
9 lines
321 B
XML
<Application x:Class="Bloxstrap.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:Bloxstrap">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|