mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
GIT练习
This commit is contained in:
15
WorkBench/Node/ViewModel/FlipflopNodeControlViewModel.cs
Normal file
15
WorkBench/Node/ViewModel/FlipflopNodeControlViewModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Serein.DynamicFlow.NodeModel;
|
||||
using Serein.WorkBench.Node.View;
|
||||
|
||||
namespace Serein.WorkBench.Node.ViewModel
|
||||
{
|
||||
public class FlipflopNodeControlViewModel : NodeControlViewModel
|
||||
{
|
||||
private readonly SingleFlipflopNode node;
|
||||
public FlipflopNodeControlViewModel(SingleFlipflopNode node)
|
||||
{
|
||||
this.node = node;
|
||||
MethodDetails = node.MethodDetails;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user