Yaircc.MainForm.FlashWindowInTaskBar C# (CSharp) Method

FlashWindowInTaskBar() private method

Handles the NickNameMentioned event of Yaircc.UI.IRCTabPage.
private FlashWindowInTaskBar ( ) : void
return void
        private void FlashWindowInTaskBar()
        {
            FlashWindow.Flash(this);
        }
MainForm