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

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

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

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

Shows the contacts application and enables the user to save a contact, using the specified SaveContactServiceParams instance.

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

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

Shows the contacts application and enables the user to save a contact, using the specified SaveContactServiceParams instance.
public Show ( SaveContactServiceParams saveContactServiceParams ) : void
saveContactServiceParams SaveContactServiceParams The instance.
Результат void