Mercurial > silverbladetech
view Chronosv2/source/WidgetLibrary/WidgetLibraryView.xaml.cs @ 30:8d574f2d4174
Cleaned up client
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 22:26:48 +0000 |
parents | 443821e55f06 |
children |
line wrap: on
line source
using Chronos.Presentation.Windows.Controls; namespace Chronos.WidgetLibrary { /// <summary> /// Widget Library Widget View /// </summary> public partial class WidgetLibraryView : WidgetElement { #region · Constructors · /// <summary> /// Initializes a new instance of the <see cref="WidgetLibraryView"/> class. /// </summary> public WidgetLibraryView() { InitializeComponent(); this.DataContext = new WidgetLibraryViewModel(); } #endregion } }