laba is done
This commit is contained in:
parent
d1f9a5eead
commit
b9ea3213ee
@ -17,7 +17,6 @@ namespace ElectricLocomotive
|
|||||||
|
|
||||||
private int _pictureHeight;
|
private int _pictureHeight;
|
||||||
|
|
||||||
|
|
||||||
private int _startPosX;
|
private int _startPosX;
|
||||||
|
|
||||||
private int _startPosY;
|
private int _startPosY;
|
||||||
|
@ -19,7 +19,6 @@ namespace ElectricLocomotive
|
|||||||
Graphics gr = Graphics.FromImage(bmp);
|
Graphics gr = Graphics.FromImage(bmp);
|
||||||
_drawningElectricLocomotive.DrawTransport(gr);
|
_drawningElectricLocomotive.DrawTransport(gr);
|
||||||
pictureBoxElectroLocomotiv.Image = bmp;
|
pictureBoxElectroLocomotiv.Image = bmp;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void buttonCreate_Click(object sender, EventArgs e)
|
private void buttonCreate_Click(object sender, EventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user