~ruther/NosTale-PacketLogger

ref: 4d6087e1bd00b4880cd83790ca7fc71f34986bfe NosTale-PacketLogger/src/PacketLogger/App.axaml -rw-r--r-- 491 bytes
4d6087e1 — František Boháček chore: add packetlogger folder structure 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