C# Class Utility.DocumentationBrowseUtility

Mostrar archivo Open project: constantcontact/constantcontact-csharp-tutor

Public Methods

Method Description
Start ( string webAddress ) : void

Starts the browser at the specified URL

Method Details

Start() public static method

Starts the browser at the specified URL
public static Start ( string webAddress ) : void
webAddress string The Constant Contact API URL
return void