ISEbd-11_Kotova_M_D_Labwork7_Simple #12

Closed
MariaKotova wants to merge 5 commits from Labwork7 into Labwork6
Showing only changes of commit 34f66a56a3 - Show all commits

View File

@ -175,7 +175,7 @@ public class StorageCollection<T>
string[] set = record[3].Split(_separatorItems, StringSplitOptions.RemoveEmptyEntries);
foreach (string elem in set)
{
if (elem?.CreateDrawningExcavatorEmpty() is T ship)
if (elem?.CreateDrawningExcavatorEmpty() is T excavator)
{
try
{