PnlSuspension: Remove Init event handler.

This commit is contained in:
2020-08-21 14:16:11 +02:00
parent e24be59878
commit f5c6fcd75f
2 changed files with 0 additions and 5 deletions

View File

@@ -172,7 +172,6 @@
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "PnlSuspension";
this.Size = new System.Drawing.Size(200, 167);
this.Load += new System.EventHandler(this.PnlSuspension_Load);
((System.ComponentModel.ISupportInitialize)(this.numOffset)).EndInit();
this.grpSuspension.ResumeLayout(false);
this.grpSuspension.PerformLayout();

View File

@@ -15,10 +15,6 @@ namespace VAR.Toolbox.UI
public PnlSuspension()
{
InitializeComponent();
}
private void PnlSuspension_Load(object sender, EventArgs e)
{
DdlCustomHour_Load();
DdlCustomMinute_Load();
RandomizeOffset();