11 lines
217 B
C#
11 lines
217 B
C#
using Avalonia.Controls;
|
|
|
|
namespace LANCommander.Launcher.Avalonia.Views;
|
|
|
|
public partial class DownloadQueueView : UserControl
|
|
{
|
|
public DownloadQueueView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|