PKHeX/PKHeX.WinForms/Util
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
..
QRCoder Further refactoring 2017-01-11 17:55:42 -08:00
ConfigUtil.cs Refactoring 2017-06-17 18:37:19 -07:00
CyberGadgetUtil.cs Cleanup 2017-01-08 00:14:34 -08:00
FontUtil.cs Convert console output to debug output 2017-07-01 19:43:51 -07:00
ImageUtil.cs Misc fixes/improvements 2017-08-13 00:21:42 -07:00
NetUtil.cs Convert console output to debug output 2017-07-01 19:43:51 -07:00
PathUtilWindows.cs Misc refactoring 2017-09-16 11:38:58 -07:00
PKMUtil.cs Add gen-sensitive deoxys sprite fetching 2017-07-16 14:05:29 -07:00
SAVUtil.cs Use EnumerateFiles over GetFiles in some cases 2017-09-23 17:02:28 -07:00
WinFormsUtil.cs Fixed another potential blank error message 2017-06-20 20:38:33 -05:00