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