Skybound.Gecko.GeckoWebBrowser.ViewInSystemBrowser C# (CSharp) Method

ViewInSystemBrowser() private method

private ViewInSystemBrowser ( string url ) : void
url string
return void
        private void ViewInSystemBrowser(string url)
        {
            Process.Start(url);
        }