Помледний коммит из дома, молимся на заватра

This commit is contained in:
Tonb73 2024-11-10 16:44:39 +04:00
parent 4b6a46d586
commit 243eaee2b8
2 changed files with 6 additions and 3 deletions

View File

@ -103,6 +103,7 @@
buttonCancel.TabIndex = 10;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// buttonSave
//

View File

@ -66,5 +66,7 @@ namespace ProjectTourAgency.Forms
}
return list;
}
private void buttonCancel_Click(object sender, EventArgs e) => Close();
}
}