diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs b/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs index 55844f1..8782260 100644 --- a/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs +++ b/ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs @@ -299,6 +299,7 @@ namespace ShiftOS.WinForms.Applications this.Controls.Add(this.pictureBox1); this.Name = "ShiftSweeper"; this.Size = new System.Drawing.Size(596, 426); + this.Load += new System.EventHandler(this.ShiftSweeper_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.flagButton)).EndInit(); this.ResumeLayout(false); |
