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

Represents an implementation of the ISaveContactService.
Inheritance: ISaveContactService
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Méthode Description
Show ( SaveContactServiceParams saveContactServiceParams ) : void

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

Method Details

Show() public méthode

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.
Résultat void