diff options
| author | Michael VanOverbeek <[email protected]> | 2017-06-02 10:54:23 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-02 10:54:23 -0400 |
| commit | bae2c837573d01ee4c8e6548a3ebd2a3df8f054d (patch) | |
| tree | 259e12c35d0eacb9b5ccb6b9737faf19df2b7d62 /ShiftOS.WinForms/Applications/Pong.Designer.cs | |
| parent | ce5469464ad90e801f828dfc80ee630257e2dc96 (diff) | |
| parent | 17f3f6f68567b0151474af86d6ba265b35029b8e (diff) | |
| download | shiftos_thereturn-bae2c837573d01ee4c8e6548a3ebd2a3df8f054d.tar.gz shiftos_thereturn-bae2c837573d01ee4c8e6548a3ebd2a3df8f054d.tar.bz2 shiftos_thereturn-bae2c837573d01ee4c8e6548a3ebd2a3df8f054d.zip | |
Merge pull request #124 from RogueAI42/master
Pong Refactor
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.Designer.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs index 0254e94..c5ea375 100644 --- a/ShiftOS.WinForms/Applications/Pong.Designer.cs +++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs @@ -182,7 +182,6 @@ namespace ShiftOS.WinForms.Applications this.pgcontents.Name = "pgcontents"; this.pgcontents.Size = new System.Drawing.Size(912, 504); this.pgcontents.TabIndex = 20; - this.pgcontents.Paint += new System.Windows.Forms.PaintEventHandler(this.pgcontents_Paint); this.pgcontents.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pongMain_MouseMove); // // pnlmultiplayerhandshake @@ -250,7 +249,6 @@ namespace ShiftOS.WinForms.Applications this.Label6.TabIndex = 15; this.Label6.Text = "{PONG_DESC}"; this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.Label6.Click += new System.EventHandler(this.Label6_Click); // // btnstartgame // @@ -273,7 +271,6 @@ namespace ShiftOS.WinForms.Applications this.Label8.Size = new System.Drawing.Size(280, 31); this.Label8.TabIndex = 14; this.Label8.Text = "{PONG_WELCOME}"; - this.Label8.Click += new System.EventHandler(this.Label8_Click); // // pnlhighscore // |
