~ruther/NosTale-PacketLogger

ref: 1659baf40f0b1288c5f83e2d951404403f78b983 NosTale-PacketLogger/src/PacketLogger/App.axaml -rw-r--r-- 491 bytes
1659baf4 — František Boháček feat: locate view for a document 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
<Application xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="using:PacketLogger"
             x:Class="PacketLogger.App">
    <Application.DataTemplates>
        <local:ViewLocator />
    </Application.DataTemplates>

    <Application.Styles>
        <FluentTheme Mode="Dark" />
        <StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
    </Application.Styles>
</Application>
Do not follow this link