Удален пустой метод
This commit is contained in:
parent
6adfe49669
commit
69caa4463d
@ -151,7 +151,6 @@
|
|||||||
this.maskedTextBoxPosition.Size = new System.Drawing.Size(175, 23);
|
this.maskedTextBoxPosition.Size = new System.Drawing.Size(175, 23);
|
||||||
this.maskedTextBoxPosition.TabIndex = 2;
|
this.maskedTextBoxPosition.TabIndex = 2;
|
||||||
this.maskedTextBoxPosition.ValidatingType = typeof(int);
|
this.maskedTextBoxPosition.ValidatingType = typeof(int);
|
||||||
this.maskedTextBoxPosition.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextBoxPosition_MaskInputRejected);
|
|
||||||
//
|
//
|
||||||
// buttonRemoveAirplane
|
// buttonRemoveAirplane
|
||||||
//
|
//
|
||||||
|
@ -295,11 +295,6 @@ namespace AirBomber
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void maskedTextBoxPosition_MaskInputRejected(object sender, MaskInputRejectedEventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
private void SortBy(IComparer<IDrawningObject> comparer)
|
private void SortBy(IComparer<IDrawningObject> comparer)
|
||||||
{
|
{
|
||||||
if (listBoxMaps.SelectedIndex == -1)
|
if (listBoxMaps.SelectedIndex == -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user