diff options
| author | Ramaekers,Aldrik A.N <a.ramaekers@student.fontys.nl> | 2020-09-03 14:40:33 +0200 |
|---|---|---|
| committer | Ramaekers,Aldrik A.N <a.ramaekers@student.fontys.nl> | 2020-09-03 14:40:33 +0200 |
| commit | 5a045404f3c49022abeb75c27dfe6f82d35928f7 (patch) | |
| tree | a1dd8aa4091e9bf8d4377dc6d6f26cc9ca07ce47 /MainForm.Designer.cs | |
| parent | 4811afb52c511565d2b13f36ed645243c7557803 (diff) | |
board setup and chess piece movement checks
Diffstat (limited to 'MainForm.Designer.cs')
| -rw-r--r-- | MainForm.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index ec582bc..f8268fc 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -39,6 +39,7 @@ this.chessBoardBitmap.Size = new System.Drawing.Size(173, 146); this.chessBoardBitmap.TabIndex = 0; this.chessBoardBitmap.TabStop = false; + this.chessBoardBitmap.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chessBoardBitmap_MouseClick); // // MainForm // |
