コード例 #1
0
ファイル: BoxEditor.cs プロジェクト: ShadyRelapse-PP/PKHeX
 private int GetSlot(PictureBox sender) => SlotPictureBoxes.IndexOf(sender);
コード例 #2
0
ファイル: BoxEditor.cs プロジェクト: wooddice/PKHeX
 private int GetSlot(PictureBox sender) => SlotPictureBoxes.IndexOf(WinFormsUtil.GetUnderlyingControl(sender) as PictureBox);