fix changing iterable collection
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 36s
This commit is contained in:
parent
880878190d
commit
f4bc2ca9b0
@ -8,7 +8,7 @@ jobs:
|
|||||||
Build-TelegramBotBase:
|
Build-TelegramBotBase:
|
||||||
env:
|
env:
|
||||||
APP_PROJECT_NAME: TelegramBotBase
|
APP_PROJECT_NAME: TelegramBotBase
|
||||||
PACKAGE_VERSION: "123.1.1"
|
PACKAGE_VERSION: "123.1.2"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
|
|||||||
@ -446,8 +446,8 @@ public class FormBase : IDisposable
|
|||||||
{
|
{
|
||||||
c.Cleanup().Wait();
|
c.Cleanup().Wait();
|
||||||
|
|
||||||
Controls.Remove(c);
|
|
||||||
}
|
}
|
||||||
|
Controls.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user