Guest User

Untitled

a guest
Dec 21st, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.             for (int row = 0; row < 8; row++)
  2.             {
  3.                 for (int col = 0; col < 8; col++)
  4.                 {
  5.                     board[row, col].Click += (sender, e) => Click_Pic(sender, e, row, col);
  6.                 }
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment