fix changing iterable collection
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s

This commit is contained in:
Максим Човнюк
2024-12-07 20:53:10 +05:00
parent 880878190d
commit f4bc2ca9b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -446,8 +446,8 @@ public class FormBase : IDisposable
{
c.Cleanup().Wait();
Controls.Remove(c);
}
Controls.Clear();
}
/// <summary>