PIBD-12_Morozov_D.V. LabWork№6 #17

Closed
MorozovDanil wants to merge 2 commits from Lab6_base into Lab5_base
Showing only changes of commit b89a2370f2 - Show all commits

View File

@ -61,4 +61,5 @@ public class EntityContainerShip : EntityShip
return new EntityContainerShip(Convert.ToInt32(strs[1]), Convert.ToDouble(strs[2]),
Color.FromName(strs[3]), Color.FromName(strs[4]), Convert.ToBoolean(strs[5]), Convert.ToBoolean(strs[6]));
}
}