Putilin P. A. LabWork1 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork1"
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?
Зачтено с понижением балла(ов)
@ -0,0 +59,4 @@
_pictureWidth = width;
_pictureHeight = height;
if (x < 0 || y < 0 || width <= _airplaneWidth || height <= _airplaneHeight || x + _airplaneWidth > width || y + _airplaneHeight > height)
Сначала выполняются проверки и только потом, если они пройдены успешно, запоминаются данные
@ -0,0 +13,4 @@
/// Ìåòîä ïðîðèñîâêè ñàìîë¸òà
/// </summary>
private void pictureBoxAirplane_Click(object sender, EventArgs e)
Пустых методов быть не должно