Aberus.StackOverflowQuickLaunch.StackOverflowSearchItemResult.InvokeAction C# (CSharp) Method

InvokeAction() public method

public InvokeAction ( ) : void
return void
        public void InvokeAction()
        {
            Process.Start(Url);
            // This function is called when the user selects the item result from the Quick Launch popup
            //System.Windows.Forms.MessageBox.Show( string.Format(Resources.SearchProviderResultInvoked, this.Item.Name));
        }