Files
deskhubsharprevised/DeskHubSharpRevised/App.axaml

8 lines
269 B
Plaintext
Raw Normal View History

2022-06-29 12:59:53 -04:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="DeskHubSharpRevised.App">
<Application.Styles>
<FluentTheme Mode="Light"/>
</Application.Styles>
</Application>