We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acc6c0 commit f80b22fCopy full SHA for f80b22f
MainForm.cs
@@ -55,8 +55,6 @@ public partial class MainForm : Form
55
private readonly string mCaption = "WC3 Proxy";
56
private readonly int mBalloonTipTimeout = 1000;
57
58
- private static readonly string mRegPath = @"HKEY_CURRENT_USER\Software\Foole\WC3 Proxy";
59
-
60
private delegate void SimpleDelegate();
61
62
private static readonly ServerConfigurationRepository _serverConfigurationRepository = new ServerConfigurationRepository();
0 commit comments