C# Class MahTweets.UrlShorteners.IsGd

Inheritance: IUrlShortener
Mostrar archivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
IsGd ( ) : System
Setup ( ) : void
Shorten ( String Url ) : Task
ShowSettings ( ) : void

Method Details

IsGd() public method

public IsGd ( ) : System
return System

Setup() public method

public Setup ( ) : void
return void

Shorten() public method

public Shorten ( String Url ) : Task
Url String
return Task

ShowSettings() public method

public ShowSettings ( ) : void
return void