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

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

공개 메소드들

메소드 설명
Show ( SaveAppointmentServiceParams saveAppointmentServiceParams ) : void

Shows the calendar application with a new appointment displayed, using the SaveAppointmentServiceParams instance.

메소드 상세

Show() 공개 메소드

Shows the calendar application with a new appointment displayed, using the SaveAppointmentServiceParams instance.
public Show ( SaveAppointmentServiceParams saveAppointmentServiceParams ) : void
saveAppointmentServiceParams SaveAppointmentServiceParams The instance.
리턴 void