Ejemplo n.º 1
0
 private int GetSlot(PictureBox sender) => SlotPictureBoxes.IndexOf(sender);
Ejemplo n.º 2
0
 private int GetSlot(PictureBox sender) => SlotPictureBoxes.IndexOf(WinFormsUtil.GetUnderlyingControl(sender) as PictureBox);