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

Represents an implementation of the ISaveContactService.
Inheritance: ISaveContactService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method 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 method

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.
return void