~ruther/NosTale-PacketLogger

ref: 04181d4e22d3d795a48a14dba5b72987feb7a33f NosTale-PacketLogger/src/PacketLogger/Views/MainWindow.axaml.cs -rw-r--r-- 511 bytes
04181d4e — Rutherther fix: move border away from menu to make menu usable 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  MainWindow.axaml.cs
//
//  Copyright (c) František Boháček. All rights reserved.
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Avalonia.Controls;
using PropertyChanged;

namespace PacketLogger.Views;

[DoNotNotify]
public partial class MainWindow : Window
{
    /// <summary>
    /// Initializes a new instance of the <see cref="MainWindow"/> class.
    /// </summary>
    public MainWindow()
    {
        InitializeComponent();
    }
}
Do not follow this link