mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 02:00:50 +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
|
|
{
|
|
|
|
}
|
|
}
|