Готовая лабораторная 3

This commit is contained in:
nikbel2004@outlook.com 2023-10-29 01:20:02 +04:00
parent a974a4341e
commit afeb74a815
3 changed files with 0 additions and 7 deletions

View File

@ -173,7 +173,6 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormTank";
Text = "FormTank";
Load += FormTank_Load;
((System.ComponentModel.ISupportInitialize)pictureBoxTank).EndInit();
ResumeLayout(false);
}

View File

@ -128,10 +128,5 @@ namespace Tank
SelectedTank = _Tank;
DialogResult = DialogResult.OK;
}
private void FormTank_Load(object sender, EventArgs e)
{
}
}
}

View File

@ -146,6 +146,5 @@ namespace Tank
}
DrawTank.Image = obj.ShowTanks();
}
}
}