UI update, almost complete support of Taskbar, classes separation and organization
This commit is contained in:
11
App.xaml
11
App.xaml
@ -2,8 +2,15 @@
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:unison"
|
||||
StartupUri="MainWindow.xaml">
|
||||
ShutdownMode="OnExplicitShutdown">
|
||||
<!--StartupUri="MainWindow.xaml"-->
|
||||
<Application.Resources>
|
||||
|
||||
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Views/Systray.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
|
Reference in New Issue
Block a user