~ruther/NosTale-PacketLogger

ref: 4c57d115bd9a01dbf03c333f0e0193415a04f1c0 NosTale-PacketLogger/src/PacketLogger/App.axaml -rw-r--r-- 578 bytes
4c57d115 — Rutherther feat: make textbox for sending packets disabled when sending and button change text to stop 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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" />
        <StyleInclude Source="avares://Dock.Avalonia/Themes/DockFluentTheme.axaml" />
    </Application.Styles>
</Application>
Do not follow this link