9 lines
335 B
XML
9 lines
335 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:converters="using:MangaReader.WinUI.Converters">
|
|
|
|
<converters:UppercaseConverter x:Key="UppercaseConverter" />
|
|
|
|
</ResourceDictionary> |