PIbd-21 Belianin N.N. LabWork04 #4

Closed
Belnik wants to merge 5 commits from LabWork04 into LabWork03
3 changed files with 0 additions and 7 deletions
Showing only changes of commit afeb74a815 - Show all commits

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();
}
}
}