This commit is contained in:
艾竹
2023-08-13 23:05:06 +08:00
parent 872526f575
commit a696312936
2 changed files with 18 additions and 13 deletions

View File

@@ -68,5 +68,10 @@ namespace AIStudio.Wpf.DiagramDesigner
return var1;
}
public override string ToString()
{
return $"{Text}:{Value}";
}
}
}