lab 1 complicate is done

This commit is contained in:
vladimir_zinovev 2023-12-14 23:51:30 +04:00
parent 2015c3a387
commit cae0749393

View File

@ -28,10 +28,8 @@ namespace ProjectTank
break;
default:
numWheelers = WheelersDirection.FourthWheelers;
MessageBox.Show("Неверное количество катков!");
break;
}
}
}
public void Draw(int _startPosX, int _startPosY, Graphics g)