feat: initialize Rating.
This commit is contained in:
13
demo/Ursa.Demo/Pages/RatingDemo.axaml.cs
Normal file
13
demo/Ursa.Demo/Pages/RatingDemo.axaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Avalonia.Controls;
|
||||
using Ursa.Demo.ViewModels;
|
||||
|
||||
namespace Ursa.Demo.Pages;
|
||||
|
||||
public partial class RatingDemo : UserControl
|
||||
{
|
||||
public RatingDemo()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = new RatingDemoViewModel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user