diff --git a/HoistingCrane/HoistingCrane/FormHoistingCrane.Designer.cs b/HoistingCrane/HoistingCrane/FormHoistingCrane.Designer.cs index dfd9939..e6b88a7 100644 --- a/HoistingCrane/HoistingCrane/FormHoistingCrane.Designer.cs +++ b/HoistingCrane/HoistingCrane/FormHoistingCrane.Designer.cs @@ -3,8 +3,6 @@ partial class FormHoistingCrane { private System.ComponentModel.IContainer components = null; - - protected override void Dispose(bool disposing) { if (disposing && (components != null)) @@ -108,7 +106,7 @@ this.pictureBoxHoistingCrane.Size = new System.Drawing.Size(800, 450); this.pictureBoxHoistingCrane.TabIndex = 6; this.pictureBoxHoistingCrane.TabStop = false; - this.pictureBoxHoistingCrane.Click += new System.EventHandler(this.PictureBoxBulldozer_Resize); + this.pictureBoxHoistingCrane.Click += new System.EventHandler(this.pictureBoxHoistingCrane_Resize); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;