Третья лабораторная работа
This commit is contained in:
parent
b7696437d3
commit
02fb15453d
@ -49,6 +49,8 @@ namespace HoistingCrane
|
||||
{
|
||||
if (_mapHoistingCraneCollectionGeneric == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
FormHoistingCrane form = new();
|
||||
if (form.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
@ -65,8 +67,6 @@ namespace HoistingCrane
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
private void ButtonRemoveHoistingCrane_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (string.IsNullOrEmpty(maskedTextBoxPosition.Text))
|
||||
|
Loading…
Reference in New Issue
Block a user