mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-09 02:36:35 +08:00
11 lines
163 B
C#
11 lines
163 B
C#
using System;
|
|
using AIStudio.Wpf.DiagramDesigner;
|
|
|
|
namespace AIStudio.Wpf.DiagramDesigner
|
|
{
|
|
public class VarParameter : ConstParameter
|
|
{
|
|
|
|
}
|
|
}
|