11 lines
184 B
C#
11 lines
184 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ursa.Demo.Pages;
|
|
|
|
public partial class SelectionListDemo : UserControl
|
|
{
|
|
public SelectionListDemo()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |