diff options
Diffstat (limited to 'source/WindowsFormsApplication1/HoloChat.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/HoloChat.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/HoloChat.Designer.cs b/source/WindowsFormsApplication1/HoloChat.Designer.cs index 12eb31d..6f040ec 100644 --- a/source/WindowsFormsApplication1/HoloChat.Designer.cs +++ b/source/WindowsFormsApplication1/HoloChat.Designer.cs @@ -170,6 +170,7 @@ this.txtchat.Size = new System.Drawing.Size(641, 388); this.txtchat.TabIndex = 2; this.txtchat.Text = ""; + this.txtchat.TextChanged += new System.EventHandler(this.txtchat_TextChanged); // // txtsend // |
