This commit is contained in:
艾竹
2023-07-23 17:40:44 +08:00
parent e34f7fd5a3
commit 2d345fb076
5 changed files with 14 additions and 44 deletions

View File

@@ -10,19 +10,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
public class ConstParameter : BindableBase, IParameter
{
private ISelectable _item;
public ISelectable Item
{
get
{
return _item;
}
set
{
SetProperty(ref _item, value);
}
}
private string _text;
@@ -53,7 +41,6 @@ namespace AIStudio.Wpf.DiagramDesigner
}
public bool IsPublic { get; set; } = true;
public void Add(object value)
{