This commit is contained in:
nikbel2004@outlook.com 2023-11-29 01:46:26 +04:00
parent 38eb021ed4
commit 57ba9fa79f

View File

@ -56,8 +56,7 @@ namespace Tank
ReloadObjects();
}
private void ListBoxObjects_SelectedIndexChanged(object sender,
EventArgs e)
private void ListBoxObjects_SelectedIndexChanged(object sender, EventArgs e)
{
DrawTank.Image =
_storage[CollectionListBox.SelectedItem?.ToString() ?? string.Empty]?.ShowTanks();
@ -178,7 +177,6 @@ namespace Tank
private void LoadToolStripMenuItem_Click(object sender, EventArgs e)
{
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
if (_storage.LoadData(openFileDialog.FileName))