Skybound.Gecko.GeckoWebBrowser.ViewInSystemBrowser C# (CSharp) Méthode

ViewInSystemBrowser() private méthode

private ViewInSystemBrowser ( string url ) : void
url string
Résultat void
        private void ViewInSystemBrowser(string url)
        {
            Process.Start(url);
        }