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; break;
default: default:
numWheelers = WheelersDirection.FourthWheelers; numWheelers = WheelersDirection.FourthWheelers;
MessageBox.Show("Неверное количество катков!");
break; break;
} }
} }
} }
public void Draw(int _startPosX, int _startPosY, Graphics g) public void Draw(int _startPosX, int _startPosY, Graphics g)