Добавление комментария к коду
This commit is contained in:
parent
03f4e8d73a
commit
070132467e
@ -52,7 +52,7 @@ public class EntityMonorail
|
||||
public double Step => Speed * 100 / Weight;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Инициализация полей объекта-класса монорельса
|
||||
/// </summary>
|
||||
/// <param name="speed">Скорость</param>
|
||||
/// <param name="weight">Вес</param>
|
||||
|
1
ProjectMonorail/FormMonorail.Designer.cs
generated
1
ProjectMonorail/FormMonorail.Designer.cs
generated
@ -114,7 +114,6 @@
|
||||
Controls.Add(pictureBoxMonorail);
|
||||
Name = "FormMonorail";
|
||||
Text = "FormMonorail";
|
||||
Load += FormMonorail_Load;
|
||||
((System.ComponentModel.ISupportInitialize)pictureBoxMonorail).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
@ -44,11 +44,6 @@ namespace ProjectMonorail
|
||||
pictureBoxMonorail.Image = bmp;
|
||||
}
|
||||
|
||||
private void FormMonorail_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Обработка нажатия кнопки "Создать"
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user