From b9ea3213ee583f49fb51ef60ed711147fe65c671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=93=D0=BE=D1=80=D0=B4?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2?= <89176335310x@gmail.com> Date: Fri, 6 Oct 2023 12:58:55 +0400 Subject: [PATCH] laba is done --- .../ElectricLocomotive/DrawningElectricLocomotive.cs | 1 - ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/ElectricLocomotive/ElectricLocomotive/DrawningElectricLocomotive.cs b/ElectricLocomotive/ElectricLocomotive/DrawningElectricLocomotive.cs index 5ea4c7c..7b811a7 100644 --- a/ElectricLocomotive/ElectricLocomotive/DrawningElectricLocomotive.cs +++ b/ElectricLocomotive/ElectricLocomotive/DrawningElectricLocomotive.cs @@ -17,7 +17,6 @@ namespace ElectricLocomotive private int _pictureHeight; - private int _startPosX; private int _startPosY; diff --git a/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.cs b/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.cs index 744b4dc..65f0e26 100644 --- a/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.cs +++ b/ElectricLocomotive/ElectricLocomotive/ElectricLocomotive.cs @@ -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)