feat: fix demo name. add a failing case.
This commit is contained in:
11
demo/Ursa.Demo/Pages/SelectionListDemo.axaml.cs
Normal file
11
demo/Ursa.Demo/Pages/SelectionListDemo.axaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Ursa.Demo.Pages;
|
||||
|
||||
public partial class SelectionListDemo : UserControl
|
||||
{
|
||||
public SelectionListDemo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user