AutoWikiBrowser.MainForm.GuiUpdateAfterProcessing C# (CSharp) 메소드

GuiUpdateAfterProcessing() 개인적인 메소드

private GuiUpdateAfterProcessing ( ) : void
리턴 void
        private void GuiUpdateAfterProcessing()
        {
            if (_stopProcessing)
                Stop();
            else
            {
                Bleepflash();
                Focus();
                EnableButtons();
                btnSave.Select();
            }
        }
MainForm