C# Класс Cimbalino.Phone.Toolkit.Services.SaveAppointmentService

Represents an implementation of the ISaveAppointmentService.
Наследование: ISaveAppointmentService
Показать файл Открыть проект

Открытые методы

Метод Описание
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