„Styles/App.xaml“ hinzufügen
This commit is contained in:
parent
89fb323a00
commit
e50073aa61
13
Styles/App.xaml
Normal file
13
Styles/App.xaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Application x:Class="WpfApp1.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:WpfApp1"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Styles/Button_Hover.xaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
Loading…
Reference in New Issue
Block a user