You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
761 B

  1. <Application
  2. x:Class="HKCardOUT.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:hc="https://handyorg.github.io/handycontrol"
  6. xmlns:local="clr-namespace:HKCardOUT"
  7. xmlns:s="https://github.com/canton7/Stylet">
  8. <Application.Resources>
  9. <s:ApplicationLoader>
  10. <s:ApplicationLoader.Bootstrapper>
  11. <local:Bootstrapper />
  12. </s:ApplicationLoader.Bootstrapper>
  13. <s:ApplicationLoader.MergedDictionaries>
  14. <hc:ThemeResources />
  15. <hc:Theme />
  16. </s:ApplicationLoader.MergedDictionaries>
  17. </s:ApplicationLoader>
  18. </Application.Resources>
  19. </Application>