UPC/4sem/isaip/01/PlayfairCypher/App.axaml
2021-02-13 02:22:31 +07:00

12 lines
407 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:PlayfairCypher"
x:Class="PlayfairCypher.App">
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme Mode="Light"/>
</Application.Styles>
</Application>