VRCMelonAssistant/ModAssistant/App.xaml
2019-04-22 02:41:43 -04:00

10 lines
392 B
XML

<Application x:Class="ModAssistant.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
DispatcherUnhandledException="Application_DispatcherUnhandledException"
Startup="Application_Startup">
<Application.Resources>
</Application.Resources>
</Application>