AutoWikiBrowser.MainForm.Bleepflash C# (CSharp) Method

Bleepflash() private method

private Bleepflash ( ) : void
return void
        private void Bleepflash()
        {
            if (ContainsFocus) return;
            #if !MONO
            if (_flash) Tools.FlashWindow(this);
            #endif
            if (_beep) Tools.Beep();
        }
MainForm