C# Class Cimbalino.Phone.Toolkit.Services.MarketplaceDetailService

Represents an implementation of the IMarketplaceDetailService.
Inheritance: IMarketplaceDetailService
显示文件 Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
Show ( ) : void

Shows the marketplace information for the current application.

Show ( string contentIdentifier ) : void

Shows the marketplace information for the specified application content identifier.

Method Details

Show() public method

Shows the marketplace information for the current application.
public Show ( ) : void
return void

Show() public method

Shows the marketplace information for the specified application content identifier.
public Show ( string contentIdentifier ) : void
contentIdentifier string The application content identifier.
return void