mirror of
https://github.com/4sval/FModel.git
synced 2026-03-29 21:26:17 -05:00
15 lines
788 B
XML
15 lines
788 B
XML
<Application x:Class="FModel.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml" ShutdownMode="OnMainWindowClose"
|
|
DispatcherUnhandledException="OnDispatcherUnhandledException">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="pack://application:,,,/Theme/Style.xaml" />
|
|
<ResourceDictionary Source="pack://application:,,,/ToastNotifications.Messages;component/Themes/Default.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application>
|