mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
block
This commit is contained in:
10
AIStudio.Wpf.DiagramDesigner/Models/Values/VarParameter.cs
Normal file
10
AIStudio.Wpf.DiagramDesigner/Models/Values/VarParameter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using AIStudio.Wpf.DiagramDesigner;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public class VarParameter : ConstParameter
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user