not used in portable version

This commit is contained in:
Sean Kaim
2017-03-05 18:35:05 -05:00
parent 279747d3a4
commit 0d0bee674d

View File

@@ -1,3 +1,4 @@
#if !PORTABLE
using System;
using System.Windows.Forms;
using System.IO;
@@ -291,4 +292,5 @@ namespace mRemoteNG.Tools
}
#endregion
}
}
}
#endif