Follow these steps to create your application:
1. Create a new Silverlight application and name it CalendarBook.
2. Right-click on References and choose Add Reference from the list. Add references to C1.Silverlight.dll and C1.Silverlight.Extended.dll to your project.
3. In addition to the initial MainPage.xaml page, you will need to create five pages to contain the calendar components.
a. Add a page to your project by right-clicking on CalendarBook and choosing Add | New Item from the list.
b. Choose Add Silverlight Page from the Add New Items dialog box. Name the page CalendarBookCover.xaml.
c. Follow the above steps four more times and name the pages as follows:
•CalendarBookBottom.xaml
•CalendarBookTop.xaml
•CalendarBookResources.xaml
•CalendarTopSpiral.xaml
4. Click the arrow next to CalendarBookResources.xaml and delete the CalendarBookResources.xaml.cs page.