mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-04 08:40:49 +08:00
恢复WPF项目代码
This commit is contained in:
13
Workbench/Node/ViewModel/ActionNodeControlViewModel.cs
Normal file
13
Workbench/Node/ViewModel/ActionNodeControlViewModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Serein.NodeFlow.Model;
|
||||
using Serein.Workbench.Node.View;
|
||||
|
||||
namespace Serein.Workbench.Node.ViewModel
|
||||
{
|
||||
public class ActionNodeControlViewModel : NodeControlViewModelBase
|
||||
{
|
||||
public ActionNodeControlViewModel(SingleActionNode node) : base(node)
|
||||
{
|
||||
// this.NodelModel = node;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user