Compare commits

..

No commits in common. "d07056b1bdca9a8df72bc639a982b9a3d30fe0d8" and "41f1398da6ebafb57f6c475c082607794686803c" have entirely different histories.

View File

@ -17,7 +17,8 @@ namespace DoubleDeckerBus
{
return;
}
Bitmap bmp = new(pictureBoxBus.Width, pictureBoxBus.Height);
Bitmap bmp = new(pictureBoxBus.Width,
pictureBoxBus.Height);
Graphics gr = Graphics.FromImage(bmp);
_drawningBus.DrawTransport(gr);
pictureBoxBus.Image = bmp;