1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-01-08 01:42:49 +01:00
Discord-History-Tracker/app/Desktop/App/Controls/ServerConfigurationPanel.axaml.cs
2023-07-21 18:47:21 +02:00

12 lines
292 B
C#

using System.Diagnostics.CodeAnalysis;
using Avalonia.Controls;
namespace DHT.Desktop.App.Controls;
[SuppressMessage("ReSharper", "MemberCanBeInternal")]
public sealed partial class ServerConfigurationPanel : UserControl {
public ServerConfigurationPanel() {
InitializeComponent();
}
}