initial commit
This commit is contained in:
18
BlueMine/App.xaml
Normal file
18
BlueMine/App.xaml
Normal file
@@ -0,0 +1,18 @@
|
||||
<Application x:Class="BlueMine.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:BlueMine"
|
||||
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
||||
Exit="OnExit"
|
||||
Startup="OnStartup"
|
||||
DispatcherUnhandledException="OnDispatcherUnhandledException">
|
||||
<!--StartupUri="MainWindow.xaml"-->
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ui:ThemesDictionary Theme="Dark" />
|
||||
<ui:ControlsDictionary />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user