Добавление комментария к коду

This commit is contained in:
ivans 2024-03-12 11:54:13 +04:00
parent 03f4e8d73a
commit 070132467e
3 changed files with 1 additions and 7 deletions

View File

@ -52,7 +52,7 @@ public class EntityMonorail
public double Step => Speed * 100 / Weight;
/// <summary>
///
/// Инициализация полей объекта-класса монорельса
/// </summary>
/// <param name="speed">Скорость</param>
/// <param name="weight">Вес</param>

View File

@ -114,7 +114,6 @@
Controls.Add(pictureBoxMonorail);
Name = "FormMonorail";
Text = "FormMonorail";
Load += FormMonorail_Load;
((System.ComponentModel.ISupportInitialize)pictureBoxMonorail).EndInit();
ResumeLayout(false);
}

View File

@ -44,11 +44,6 @@ namespace ProjectMonorail
pictureBoxMonorail.Image = bmp;
}
private void FormMonorail_Load(object sender, EventArgs e)
{
}
/// <summary>
/// Обработка нажатия кнопки "Создать"
/// </summary>