Agliullov D.A. Lab Work 1 Base #1

Merged
eegov merged 6 commits from Lab1 into master 2022-09-30 11:52:18 +04:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit b62d00bb7a - Show all commits

View File

@ -51,7 +51,6 @@
this.pictureBoxCar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBoxCar.TabIndex = 0;
this.pictureBoxCar.TabStop = false;
this.pictureBoxCar.Click += new System.EventHandler(this.pictureBoxCar_Click);
this.pictureBoxCar.Resize += new System.EventHandler(this.PictureBoxCar_Resize);
//
// statusStrip

View File

@ -70,10 +70,5 @@ namespace AirBomber
_airplane?.ChangeBorders(pictureBoxCar.Width, pictureBoxCar.Height);
Draw();
}
private void pictureBoxCar_Click(object sender, EventArgs e)
{
}
}
}