C# Класс Cimbalino.Phone.Toolkit.Services.MarketplaceDetailService

Represents an implementation of the IMarketplaceDetailService.
Наследование: IMarketplaceDetailService
Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( ) : void

Shows the marketplace information for the current application.

Show ( string contentIdentifier ) : void

Shows the marketplace information for the specified application content identifier.

Описание методов

Show() публичный Метод

Shows the marketplace information for the current application.
public Show ( ) : void
Результат void

Show() публичный Метод

Shows the marketplace information for the specified application content identifier.
public Show ( string contentIdentifier ) : void
contentIdentifier string The application content identifier.
Результат void