logicanalyzer/Software/LogicAnalyzer/LogicAnalyzerMultiplatform/App.axaml

8 lines
282 B
Plaintext
Raw Normal View History

2022-07-13 15:07:56 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="LogicAnalyzerMultiplatform.App">
<Application.Styles>
<FluentTheme Mode="Dark"/>
</Application.Styles>
</Application>