From ee343916c292c741041167a1a77f4b59a95002c5 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sun, 26 Aug 2018 14:15:03 -0400 Subject: Ability to change chatter username, also, terminal! --- Project Ports/Programs/ChatApp.Designer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Project Ports/Programs/ChatApp.Designer.cs') 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 // -- cgit v1.2.3