Class CalendarController
public class CalendarController : SimpleScreenControllerBase<CalendarModel, CalendarView>, IScreenController<CalendarModel>, IScreenController
- Inheritance
-
CalendarController
- Implements
- Inherited Members
Constructors
CalendarController(IServices, List<IDesktopCalendarEntrySource>)
public CalendarController(IServices services, List<IDesktopCalendarEntrySource> calendarEntrySources)
Parameters
servicesIServicescalendarEntrySourcesList<IDesktopCalendarEntrySource>
Methods
CreateModel(ISurface)
protected override CalendarModel CreateModel(ISurface surface)
Parameters
surfaceISurface
Returns
OnOpened()
protected override void OnOpened()