# | Line 91 | Line 91 | |
---|---|---|
91 | this.Text = "Scratch Pad"; | |
92 | this.Deactivate += new System.EventHandler(this.ScratchPad_Deactivate); | |
93 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScratchPad_FormClosing); | |
94 | + | this.Load += new System.EventHandler(this.ScratchPad_Load); |
95 | this.toolStrip1.ResumeLayout(false); | |
96 | this.toolStrip1.PerformLayout(); | |
97 | this.ResumeLayout(false); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |