PutioFS.Windows.WinMounter.LaunchWebsite C# (CSharp) Method

LaunchWebsite() public method

public LaunchWebsite ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void
        public void LaunchWebsite(object Sender, EventArgs e)
        {
            System.Diagnostics.Process.Start("http://put.io");
        }