PIbd-14 RachekA.C. LabWork3 Base #3

Closed
anchkk11 wants to merge 3 commits from lab_3 into lab_2
3 changed files with 3 additions and 2 deletions
Showing only changes of commit aae38b1efd - Show all commits

View File

@ -12,6 +12,7 @@ namespace ProjectBus.CollectionGenericObject;
/// <typeparam name="T">Параметр: ограничение - ссылочный тип</typeparam>
public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
where T : class
{
/// <summary>
/// Массив объектов, которые храним

View File

@ -89,7 +89,7 @@
buttonDelBus.TabIndex = 5;
buttonDelBus.Text = "Удалить автобус";
buttonDelBus.UseVisualStyleBackColor = true;
buttonDelBus.Click += ButtonDelBus_Click;
//
// maskedTextBox
//

View File

@ -111,7 +111,7 @@ public partial class FormSimpleBusCollection : Form
}
private void ButtonDelBus_Click(object sender, EventArgs e)
private void ButtonDelBus_Click_1(object sender, EventArgs e)
{
if (string.IsNullOrEmpty(maskedTextBox.Text) || _company == null)
{