9 lines
316 B
XML
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> |