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