更新一下dll

This commit is contained in:
艾竹
2023-05-02 08:31:01 +08:00
parent 6fa78893ee
commit a66e9239fe
2 changed files with 4 additions and 0 deletions

View File

@@ -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"");