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