diff options
Diffstat (limited to 'Project Ports/Programs/ChatApp.Designer.cs')
| -rw-r--r-- | Project Ports/Programs/ChatApp.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project Ports/Programs/ChatApp.Designer.cs b/Project Ports/Programs/ChatApp.Designer.cs index c2200c1..f6a3dbd 100644 --- a/Project Ports/Programs/ChatApp.Designer.cs +++ b/Project Ports/Programs/ChatApp.Designer.cs @@ -57,6 +57,7 @@ this.txtMsgContents.Name = "txtMsgContents"; this.txtMsgContents.Size = new System.Drawing.Size(384, 18); this.txtMsgContents.TabIndex = 1; + this.txtMsgContents.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMsgContents_KeyDown); // // listBox1 // |
