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 c8a6502..c1a3b38 100644 --- a/Project Ports/Programs/ChatApp.Designer.cs +++ b/Project Ports/Programs/ChatApp.Designer.cs @@ -48,6 +48,7 @@ this.txtSentMessages.ReadOnly = true; this.txtSentMessages.Size = new System.Drawing.Size(439, 187); this.txtSentMessages.TabIndex = 0; + this.txtSentMessages.TextChanged += new System.EventHandler(this.txtSentMessages_TextChanged); // // txtMsgContents // |
