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

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

Public Methods

Method Description
Show ( SaveAppointmentServiceParams saveAppointmentServiceParams ) : void

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

Method Details

Show() public method

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