KMeans/KMeansGui/App.axaml
2023-07-31 10:53:45 +02:00

9 lines
316 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="KMeansGui.App">
<Application.Styles>
<FluentTheme />
<!-- Add the line below to get OxyPlot UI theme applied. -->
</Application.Styles>
</Application>