1
0
Files
OAiP-Presnyakov_Ilya-Labora…/App.xaml
Debug_pro fb13e5a20a upload
2026-06-07 18:19:53 +03:00

13 lines
547 B
XML

<Application x:Class="SimpleWiki.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Views/LoginWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Themes/CatppuccinMocha.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>