diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-27 19:19:24 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-27 19:19:24 -0400 |
| commit | 129cc4373485a1d1151442ca250ddd8b0d3a8a15 (patch) | |
| tree | 2e30da52e10c52008abf752e3b01bee0b03f07ef /Project Ports/Programs/ChatApp.Designer.cs | |
| parent | 09b2be5ca629edb85bb678ddb2b087c8c84057bb (diff) | |
| download | Project-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.tar.gz Project-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.tar.bz2 Project-Silicon-129cc4373485a1d1151442ca250ddd8b0d3a8a15.zip | |
Added a new QuantumSite and added a little secret egg (kicks and giggles)
Diffstat (limited to 'Project Ports/Programs/ChatApp.Designer.cs')
| -rw-r--r-- | Project Ports/Programs/ChatApp.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project Ports/Programs/ChatApp.Designer.cs b/Project Ports/Programs/ChatApp.Designer.cs index 4084dfd..921a57c 100644 --- a/Project Ports/Programs/ChatApp.Designer.cs +++ b/Project Ports/Programs/ChatApp.Designer.cs @@ -28,10 +28,12 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.txtSentMessages = new System.Windows.Forms.TextBox(); this.txtMsgContents = new System.Windows.Forms.TextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.btnSendMSG = new System.Windows.Forms.Button(); + this.delay = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // txtSentMessages @@ -109,5 +111,6 @@ private System.Windows.Forms.TextBox txtMsgContents; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button btnSendMSG; + private System.Windows.Forms.Timer delay; } } |
