LANCommander/LANCommander.Launcher/Views/DepotView.axaml.cs
Pat Hartl b183e4b18c Remove old launcher, rename Avalonia launcher
Also adds ARM builds for Linux + Windows launcher
2026-06-06 05:49:24 -05:00

13 lines
No EOL
224 B
C#

using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
namespace LANCommander.Launcher.Views;
public partial class DepotView : UserControl
{
public DepotView()
{
InitializeComponent();
}
}