mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-18 07:26:36 +08:00
block
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user