2024-07-23 07:40:10 +00:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
x:Class="net.nehmer.sa.App"
|
|
|
|
xmlns:local="using:net.nehmer.sa"
|
|
|
|
RequestedThemeVariant="Default">
|
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
|
|
|
|
<Application.DataTemplates>
|
|
|
|
<local:ViewLocator/>
|
|
|
|
</Application.DataTemplates>
|
|
|
|
|
|
|
|
<Application.Styles>
|
|
|
|
<FluentTheme />
|
2024-07-23 18:20:01 +00:00
|
|
|
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
|
2024-07-23 07:40:10 +00:00
|
|
|
</Application.Styles>
|
|
|
|
</Application>
|