зафиксировать

This commit is contained in:
Учебный 2023-11-27 22:01:12 +04:00
parent 8ad67381f7
commit ff4377225e
2 changed files with 1 additions and 6 deletions

View File

@ -241,7 +241,7 @@
checkBoxBoat.TabIndex = 6;
checkBoxBoat.Text = "Признак наличия кресел";
checkBoxBoat.UseVisualStyleBackColor = true;
checkBoxBoat.CheckedChanged += checkBoxBoat_CheckedChanged;
//checkBoxBoat.CheckedChanged += checkBoxBoat_CheckedChanged;
//
// Weight
//

View File

@ -161,10 +161,5 @@ namespace ProjectBoat_bae
EventAddBoat?.Invoke(_boat);
Close();
}
private void checkBoxBoat_CheckedChanged(object sender, EventArgs e)
{
}
}
}