PKHeX/PKHeX.WinForms/MainWindow
Kurt d8c2cdb8e3 Use EnumerateFiles over GetFiles in some cases
https://msdn.microsoft.com/en-us/library/07wt70x2.aspx

iterating as an ienumerable (ie not consuming the whole collection) can
be more efficient by not waiting for the whole collection
2017-09-23 17:02:28 -07:00
..
Main.cs Use EnumerateFiles over GetFiles in some cases 2017-09-23 17:02:28 -07:00
Main.Designer.cs Refactoring 2017-06-17 18:37:19 -07:00
Main.resx Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00