예제 #1
0
        public void onResetPlugin()
        {
            if (InvokeRequired)
            {
                BeginInvoke(new onResetPluginDelegate(onResetPlugin), new object[] { });
                return;
            } // if (InvokeRequired)

            TB_RequestedHost.Text  = String.Empty;
            TB_RequestedURL.Text   = String.Empty;
            TB_ReplacementURL.Text = String.Empty;

            cTask.emptyInjectionList();
            setGUIActive();
            PluginParameters.HostApplication.PluginSetStatus(this, "grey");
        }