mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
bug修复
This commit is contained in:
@@ -4,7 +4,15 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public class ConstParameter : BindableBase, IParameter
|
||||
{
|
||||
public ConstParameter()
|
||||
{
|
||||
}
|
||||
|
||||
public ConstParameter(ConstParameterItem item)
|
||||
{
|
||||
Text = item.Text;
|
||||
Value = item.Value.ToString();
|
||||
}
|
||||
|
||||
private string _text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user