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