лабораторная работа 3
This commit is contained in:
parent
337e0ba5f6
commit
aae38b1efd
@ -12,6 +12,7 @@ namespace ProjectBus.CollectionGenericObject;
|
||||
/// <typeparam name="T">Параметр: ограничение - ссылочный тип</typeparam>
|
||||
public class MassiveGenericObjects<T> : ICollectionGenericObjects<T>
|
||||
where T : class
|
||||
|
||||
{
|
||||
/// <summary>
|
||||
/// Массив объектов, которые храним
|
||||
|
2
lab_0/FormSimpleBusCollection.Designer.cs
generated
2
lab_0/FormSimpleBusCollection.Designer.cs
generated
@ -89,7 +89,7 @@
|
||||
buttonDelBus.TabIndex = 5;
|
||||
buttonDelBus.Text = "Удалить автобус";
|
||||
buttonDelBus.UseVisualStyleBackColor = true;
|
||||
buttonDelBus.Click += ButtonDelBus_Click;
|
||||
|
||||
//
|
||||
// maskedTextBox
|
||||
//
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user