feat: add demo page, prepare collection changed behavior.
This commit is contained in:
15
demo/Ursa.Demo/Pages/TimelineDemo.axaml.cs
Normal file
15
demo/Ursa.Demo/Pages/TimelineDemo.axaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using Ursa.Demo.ViewModels;
|
||||
|
||||
namespace Ursa.Demo.Pages;
|
||||
|
||||
public partial class TimelineDemo : UserControl
|
||||
{
|
||||
public TimelineDemo()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = new TimelineDemoViewModel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user