18 lines
678 B
Plaintext
18 lines
678 B
Plaintext
![]() |
<Application
|
||
|
x:Class="Seyounth.Hyosung.UI.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
||
|
DispatcherUnhandledException="OnDispatcherUnhandledException"
|
||
|
Exit="OnExit"
|
||
|
Startup="OnStartup">
|
||
|
<Application.Resources>
|
||
|
<ResourceDictionary>
|
||
|
<ResourceDictionary.MergedDictionaries>
|
||
|
<ui:ThemesDictionary Theme="Light" />
|
||
|
<ui:ControlsDictionary />
|
||
|
</ResourceDictionary.MergedDictionaries>
|
||
|
</ResourceDictionary>
|
||
|
</Application.Resources>
|
||
|
</Application>
|