Ещё исправления

This commit is contained in:
Сергей Полевой 2022-10-02 22:19:25 +04:00
parent 8894238c90
commit 5ffa496f6f

View File

@ -20,8 +20,7 @@ namespace Artilleries
InitializeComponent();
}
private void comboBoxSelectorMap_SelectedIndexChanged(object sender,
EventArgs e)
private void comboBoxSelectorMap_SelectedIndexChanged(object sender, EventArgs e)
{
AbstractMap map = null;
switch (comboBoxSelectorMap.Text)
@ -35,9 +34,7 @@ EventArgs e)
}
if (map != null)
{
_mapArtilleriesCollectionGeneric = new
MapWithSetArtilleriesGeneric<DrawingObjectArtillery, AbstractMap>(
pictureBoxArtilleries.Width, pictureBoxArtilleries.Height, map);
_mapArtilleriesCollectionGeneric = new MapWithSetArtilleriesGeneric<DrawingObjectArtillery, AbstractMap>(pictureBoxArtilleries.Width, pictureBoxArtilleries.Height, map);
}
else
{
@ -73,8 +70,7 @@ EventArgs e)
{
return;
}
if (MessageBox.Show("Удалить объект?", "Удаление",
MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
if (MessageBox.Show("Удалить объект?", "Удаление", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
{
return;
}