mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-05 17:20:47 +08:00
添加Avalonia项目的demo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using Serein.Library;
|
||||
using Serein.Workbench.Avalonia.ViewModels;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.Workbench.Avalonia.Custom.Node.ViewModels
|
||||
{
|
||||
/// <summary>
|
||||
/// 节点ViewModel基类
|
||||
/// </summary>
|
||||
internal abstract class NodeViewModelBase : ViewModelBase
|
||||
{
|
||||
internal abstract NodeModelBase NodeModelBase { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user