Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <Application x:Class="HKCardIN.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:s="https://github.com/canton7/Stylet"
- xmlns:hc="https://handyorg.github.io/handycontrol"
- xmlns:local="clr-namespace:HKCardIN">
- <Application.Resources>
- <s:ApplicationLoader>
- <s:ApplicationLoader.Bootstrapper>
- <local:Bootstrapper/>
- </s:ApplicationLoader.Bootstrapper>
-
- <s:ApplicationLoader.MergedDictionaries>
- <hc:ThemeResources/>
- <hc:Theme/>
- </s:ApplicationLoader.MergedDictionaries>
- </s:ApplicationLoader>
- </Application.Resources>
- </Application>
|