Изменил(а) на 'HoistingCrane/HoistingCrane/FormMapWithSetHoistingCrane.cs'
Signed-off-by: RomanovEgor <romanov17903@gmail.com>
This commit is contained in:
parent
4e2fbc8e7a
commit
e60bac054a
@ -30,8 +30,7 @@ namespace HoistingCrane
|
||||
break;
|
||||
case "Вторая карта":
|
||||
map = new SecondMap();
|
||||
break;
|
||||
|
||||
break;
|
||||
}
|
||||
if (map != null)
|
||||
{
|
||||
@ -53,7 +52,6 @@ namespace HoistingCrane
|
||||
var formHoistingCraneConfig = new FormHoistingCraneConfig();
|
||||
formHoistingCraneConfig.AddEvent(AddHoistingCrane);
|
||||
formHoistingCraneConfig.Show();
|
||||
|
||||
}
|
||||
private void AddHoistingCrane(DrawingHoistingCrane drawingHoistingCrane)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user