Mercurial > silverbladetech
view Chronosv2/source/Presentation/Widgets/Calendar/CalendarWidgetView.xaml.cs @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | 443821e55f06 |
children |
line wrap: on
line source
using Chronos.Presentation.Windows.Controls; namespace Chronos.Presentation.Widgets { /// <summary> /// Calendar Widget View /// </summary> public partial class CalendarWidgetView : WidgetElement { /// <summary> /// Initializes a new instance of the <see cref="CalendarWidgetView"/> class. /// </summary> public CalendarWidgetView() { InitializeComponent(); this.DataContext = new CalendarWidgetViewModel(); } } }