SparkleShare.SparkleController.OpenWebsite C# (CSharp) Method

OpenWebsite() public method

public OpenWebsite ( string url ) : void
url string
return void
        public override void OpenWebsite(string url)
        {
            Process.Start (new ProcessStartInfo (url));
        }