PIBD-14 Boyko_M.S, LabWork06 Simple #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab6-develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проверено
@ -72,0 +107,4 @@
foreach (KeyValuePair<string, ICollectionGenericObjects<T>> value in _storages)
{
StringBuilder sb = new();
sb.Append(Environment.NewLine);
Записывать в файл можно сразу, без использования StringBuilder
Pull request closed