mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-14 21:26:35 +08:00
block 可以拖拽到内部,还有少量问题待解决
This commit is contained in:
16
Extensions/AIStudio.Wpf.Block/Models/IParameter.cs
Normal file
16
Extensions/AIStudio.Wpf.Block/Models/IParameter.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AIStudio.Wpf.Block.Models
|
||||
{
|
||||
public interface IParameter
|
||||
{
|
||||
//double Value
|
||||
//{
|
||||
// get;
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user