consolidate all repos to one for archive
This commit is contained in:
17
semester_3/uporabniski_vmesniki/MyApp/App.xaml
Normal file
17
semester_3/uporabniski_vmesniki/MyApp/App.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<Application x:Class="MyApp.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:MyApp"
|
||||
StartupUri="MainWindow.xaml">
|
||||
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Resorce/ButtonDictionary.xaml"/>
|
||||
<ResourceDictionary Source="Resorce/ImageDictionary.xaml"/>
|
||||
<ResourceDictionary Source="Resorce/ListDictionary.xaml"/>
|
||||
<ResourceDictionary Source="Resorce/WindowDictionary.xaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user