diff options
| author | pfg <[email protected]> | 2017-03-05 09:49:47 -0800 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-05 09:49:47 -0800 |
| commit | 99ba9c1f9c7b433b7defd09fdb110522f3a2b4c2 (patch) | |
| tree | 7993b845cc8190b6287423beb37c9708bf22b842 /ShiftOS.WinForms/Applications/ShiftSweeper.Designer.cs | |
| parent | f3af198849c85a05cb402c1e2471387c7bcb9849 (diff) | |
| download | shiftos_thereturn-99ba9c1f9c7b433b7defd09fdb110522f3a2b4c2.tar.gz shiftos_thereturn-99ba9c1f9c7b433b7defd09fdb110522f3a2b4c2.tar.bz2 shiftos_thereturn-99ba9c1f9c7b433b7defd09fdb110522f3a2b4c2.zip | |
ShiftSweeper right click flagging
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); |
