Table of Contents

Class CalendarController

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
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

services IServices
calendarEntrySources List<IDesktopCalendarEntrySource>

Methods

CreateModel(ISurface)

protected override CalendarModel CreateModel(ISurface surface)

Parameters

surface ISurface

Returns

CalendarModel

OnOpened()

protected override void OnOpened()