mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Move using to release build option
am not using reflection for debug, gets rid of a warning
This commit is contained in:
parent
222d95e742
commit
0e8ce7427a
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
using System.Reflection;
|
||||
#if !DEBUG
|
||||
using System.Reflection;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user