20 lines
600 B
XML
20 lines
600 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="DaireApplication.App"
|
|
xmlns:local="using:DaireApplication"
|
|
RequestedThemeVariant="Default">
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
<Application.DataTemplates>
|
|
<local:ViewLocator/>
|
|
|
|
</Application.DataTemplates>
|
|
|
|
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
|
|
</Application.Styles>
|
|
|
|
</Application> |