Готовая лабораторная 3
This commit is contained in:
parent
a974a4341e
commit
afeb74a815
1
Tank/Tank/FormTank.Designer.cs
generated
1
Tank/Tank/FormTank.Designer.cs
generated
@ -173,7 +173,6 @@
|
|||||||
Margin = new Padding(3, 4, 3, 4);
|
Margin = new Padding(3, 4, 3, 4);
|
||||||
Name = "FormTank";
|
Name = "FormTank";
|
||||||
Text = "FormTank";
|
Text = "FormTank";
|
||||||
Load += FormTank_Load;
|
|
||||||
((System.ComponentModel.ISupportInitialize)pictureBoxTank).EndInit();
|
((System.ComponentModel.ISupportInitialize)pictureBoxTank).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
}
|
}
|
||||||
|
@ -128,10 +128,5 @@ namespace Tank
|
|||||||
SelectedTank = _Tank;
|
SelectedTank = _Tank;
|
||||||
DialogResult = DialogResult.OK;
|
DialogResult = DialogResult.OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FormTank_Load(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -146,6 +146,5 @@ namespace Tank
|
|||||||
}
|
}
|
||||||
DrawTank.Image = obj.ShowTanks();
|
DrawTank.Image = obj.ShowTanks();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user