Move using to release build option

am not using reflection for debug, gets rid of a warning
This commit is contained in:
Kurt 2020-02-02 10:20:51 -08:00
parent 222d95e742
commit 0e8ce7427a

View file

@ -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