Client/MainForm.Designer.cs
changeset 26 a6fb2b2f73b0
parent 18 7acec5059fa6
child 29 c4e03315035c
     1.1 --- a/Client/MainForm.Designer.cs	Thu Aug 14 09:30:14 2014 +0200
     1.2 +++ b/Client/MainForm.Designer.cs	Thu Aug 14 09:57:44 2014 +0200
     1.3 @@ -49,6 +49,7 @@
     1.4              this.Controls.Add(this.buttonSetText);
     1.5              this.Name = "MainForm";
     1.6              this.Text = "Sharp Display Client";
     1.7 +            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     1.8              this.Load += new System.EventHandler(this.MainForm_Load);
     1.9              this.ResumeLayout(false);
    1.10