исправление
This commit is contained in:
parent
e992d502d6
commit
86d3cae23e
@ -146,7 +146,7 @@ namespace Stormtrooper
|
||||
{
|
||||
return;
|
||||
}
|
||||
pictureBox.Image = _mapCollection[listBoxMap.SelectedItem?.ToString() ?? string.Empty].ShowOnMap();
|
||||
pictureBox.Image = _mapCollection[listBoxMap.SelectedItem?.ToString() ?? string.Empty].ShowSet();
|
||||
}
|
||||
/// <summary>
|
||||
/// Вывод карты
|
||||
|
Loading…
Reference in New Issue
Block a user