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)