PKHeX/PKHeX.WinForms/MainWindow
Evan Dixon 392f01cb3e Fix build error (#1816)
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.
2018-02-05 12:12:42 -08:00
..
Main.cs Fix build error (#1816) 2018-02-05 12:12:42 -08:00
Main.Designer.cs Allow shiny sprite turning off 2018-01-02 17:23:43 -08:00
Main.resx Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00