feat: implementations.

This commit is contained in:
Dong Bin
2025-07-02 12:12:09 +08:00
parent 405d283c10
commit 881b9ca7d3
9 changed files with 261 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace Ursa.Demo.ViewModels;
public partial class AnchorDemoViewModel: ObservableObject
{
}