PnlSuspension: Remove Init event handler.
This commit is contained in:
1
VAR.Toolbox/UI/Tools/PnlSuspension.Designer.cs
generated
1
VAR.Toolbox/UI/Tools/PnlSuspension.Designer.cs
generated
@@ -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();
|
||||
|
||||
@@ -15,10 +15,6 @@ namespace VAR.Toolbox.UI
|
||||
public PnlSuspension()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void PnlSuspension_Load(object sender, EventArgs e)
|
||||
{
|
||||
DdlCustomHour_Load();
|
||||
DdlCustomMinute_Load();
|
||||
RandomizeOffset();
|
||||
|
||||
Reference in New Issue
Block a user