PKHeX/PKHeX.WinForms
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
..
Controls Add database/mgdb -> save importing 2018-02-01 17:29:07 -08:00
MainWindow Fix build error (#1816) 2018-02-05 12:12:42 -08:00
Misc Misc fixes/improvements 2017-08-13 00:21:42 -07:00
Properties Add rockruff-1 shiny sprite 2018-01-27 18:24:44 -08:00
Resources Update 18.01.28 2018-01-28 00:31:35 -08:00
Subforms Fix build error (#1816) 2018-02-05 12:12:42 -08:00
Util Split folder->import to multiple overloads 2018-01-31 23:37:01 -08:00
App.config Add shiny sprite toggle setting 2018-01-02 17:08:14 -08:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
PKHeX.WinForms.csproj Refactoring 2018-01-29 17:52:21 -08:00
Program.cs rework program exception handling / detection 2017-11-24 12:03:57 -08:00
Settings.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00