Правки №3
This commit is contained in:
parent
1eb29b2c3b
commit
e699d36d67
3
SUBD/SUBD/Forms/FormComponent.Designer.cs
generated
3
SUBD/SUBD/Forms/FormComponent.Designer.cs
generated
@ -44,6 +44,7 @@
|
||||
buttonCancel.TabIndex = 0;
|
||||
buttonCancel.Text = "Отмена";
|
||||
buttonCancel.UseVisualStyleBackColor = true;
|
||||
buttonCancel.Click += ButtonCancel_Click;
|
||||
//
|
||||
// buttonSave
|
||||
//
|
||||
@ -53,7 +54,7 @@
|
||||
buttonSave.TabIndex = 1;
|
||||
buttonSave.Text = "Сохранить";
|
||||
buttonSave.UseVisualStyleBackColor = true;
|
||||
buttonSave.Click += this.ButtonSave_Click;
|
||||
buttonSave.Click += ButtonSave_Click;
|
||||
//
|
||||
// textBoxName
|
||||
//
|
||||
|
@ -12,7 +12,7 @@ using SUBD.ComponentInterfaces;
|
||||
|
||||
namespace SUBD
|
||||
{
|
||||
public partial class FormComponent : Form
|
||||
public partial class FormComponent : Form
|
||||
{
|
||||
private readonly IComponentLogic _logic;
|
||||
private int? _id;
|
||||
|
Loading…
Reference in New Issue
Block a user