Убран пустой метод
This commit is contained in:
parent
22a185114f
commit
b62d00bb7a
1
AirBomber/AirBomber/FormAirBomber.Designer.cs
generated
1
AirBomber/AirBomber/FormAirBomber.Designer.cs
generated
@ -51,7 +51,6 @@
|
|||||||
this.pictureBoxCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBoxCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||||
this.pictureBoxCar.TabIndex = 0;
|
this.pictureBoxCar.TabIndex = 0;
|
||||||
this.pictureBoxCar.TabStop = false;
|
this.pictureBoxCar.TabStop = false;
|
||||||
this.pictureBoxCar.Click += new System.EventHandler(this.pictureBoxCar_Click);
|
|
||||||
this.pictureBoxCar.Resize += new System.EventHandler(this.PictureBoxCar_Resize);
|
this.pictureBoxCar.Resize += new System.EventHandler(this.PictureBoxCar_Resize);
|
||||||
//
|
//
|
||||||
// statusStrip
|
// statusStrip
|
||||||
|
@ -70,10 +70,5 @@ namespace AirBomber
|
|||||||
_airplane?.ChangeBorders(pictureBoxCar.Width, pictureBoxCar.Height);
|
_airplane?.ChangeBorders(pictureBoxCar.Width, pictureBoxCar.Height);
|
||||||
Draw();
|
Draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void pictureBoxCar_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user