mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-10 05:36:04 -05:00
IEnumerable doesn't support LINQ methods, only the generic variant does. So this commit changes SAV_GameSelect's parameter to a generic IEnumerable of the only type being passed into it. I didn't realize it until afterward, but this is 100% the way it should have been because the databinding members expect ComboItems. |
||
|---|---|---|
| .. | ||
| Controls | ||
| MainWindow | ||
| Misc | ||
| Properties | ||
| Resources | ||
| Subforms | ||
| Util | ||
| App.config | ||
| icon.ico | ||
| PKHeX.WinForms.csproj | ||
| Program.cs | ||
| Settings.cs | ||