mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 23:26:35 +08:00
14 lines
223 B
C#
14 lines
223 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace AIStudio.Wpf.Block.Models
|
|||
|
|
{
|
|||
|
|
public class VarParameter : IParameter
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|