10 lines
429 B
XML
10 lines
429 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="KMeansGui.App">
|
|
<Application.Styles>
|
|
<FluentTheme Mode="Light"/>
|
|
|
|
<!-- Add the line below to get OxyPlot UI theme applied. -->
|
|
<StyleInclude Source="resm:OxyPlot.Avalonia.Themes.Default.xaml?assembly=OxyPlot.Avalonia"/>
|
|
</Application.Styles>
|
|
</Application> |