C# 클래스 Cimbalino.Phone.Toolkit.Services.SaveContactService

Represents an implementation of the ISaveContactService.
상속: ISaveContactService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
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