From b25aaeb08190aec85ae11961c1fd2ea9b0673172 Mon Sep 17 00:00:00 2001 From: ChipsEater Date: Mon, 3 Oct 2022 16:26:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SelfPropelledArtilleryUnit/FormArtillery.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SelfPropelledArtilleryUnit/FormArtillery.cs b/SelfPropelledArtilleryUnit/FormArtillery.cs index e130400..b8c03dc 100644 --- a/SelfPropelledArtilleryUnit/FormArtillery.cs +++ b/SelfPropelledArtilleryUnit/FormArtillery.cs @@ -23,9 +23,9 @@ namespace Artilleries { Random rnd = new(); artillery.SetPosition(rnd.Next(10, 100), rnd.Next(10, 100), pictureBoxArtilleries.Width, pictureBoxArtilleries.Height); - SpeedStatusLabel.Text = $"Скорость: {artillery.Artillery.Speed}"; - WeightStatusLabel.Text = $"Вес: {artillery.Artillery.Weight}"; - ColorStatusLabel.Text = $"Цвет: {artillery.Artillery.BodyColor.Name}"; + SpeedStatusLabel.Text = $"Скорость: {artillery.Artillery.Speed}"; + WeightStatusLabel.Text = $"Вес: {artillery.Artillery.Weight}"; + ColorStatusLabel.Text = $"Цвет: {artillery.Artillery.BodyColor.Name}"; } private void buttonCreate_Click(object sender, EventArgs e)