ISBd-21. Gordeev.I.V Laba work 01 #1

Closed
Igor_Gordeev wants to merge 3 commits from ElectricLocomotiveBasicLabFirst01 into main
2 changed files with 0 additions and 2 deletions
Showing only changes of commit b9ea3213ee - Show all commits

View File

@ -17,7 +17,6 @@ namespace ElectricLocomotive
private int _pictureHeight;
private int _startPosX;
private int _startPosY;

View File

@ -19,7 +19,6 @@ namespace ElectricLocomotive
Graphics gr = Graphics.FromImage(bmp);
_drawningElectricLocomotive.DrawTransport(gr);
pictureBoxElectroLocomotiv.Image = bmp;
}
private void buttonCreate_Click(object sender, EventArgs e)