mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-27 03:33:25 +08:00
更新一下dll
This commit is contained in:
Binary file not shown.
@@ -48,6 +48,10 @@ namespace AIStudio.Wpf.CSharpScript
|
|||||||
{
|
{
|
||||||
if (Input != null)
|
if (Input != null)
|
||||||
{
|
{
|
||||||
|
if(ItemsSource.Count >= 100)
|
||||||
|
{
|
||||||
|
ItemsSource.Clear();
|
||||||
|
}
|
||||||
ItemsSource.Add(Input);
|
ItemsSource.Add(Input);
|
||||||
Input = null;
|
Input = null;
|
||||||
Console.WriteLine($""收集到{Input.Text}号Box"");
|
Console.WriteLine($""收集到{Input.Text}号Box"");
|
||||||
|
|||||||
Reference in New Issue
Block a user