Aberus.StackOverflowQuickLaunch.StackOverflowSearchItemResult.InvokeAction C# (CSharp) Метод

InvokeAction() публичный Метод

public InvokeAction ( ) : void
Результат 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));
        }