Fix to allow/prevent display of notifications from preferences
[pithos-ms-client] / trunk / Pithos.Client.WPF / FilePropertiesViewModel.cs
1 // -----------------------------------------------------------------------
2 // <copyright file="FilePropertiesViewModel.cs" company="Microsoft">
3 // TODO: Update copyright text.
4 // </copyright>
5 // -----------------------------------------------------------------------
6
7 using System.ComponentModel.Composition;
8 using Caliburn.Micro;
9
10 namespace Pithos.Client.WPF
11 {
12     using System;
13     using System.Collections.Generic;
14     using System.Linq;
15     using System.Text;
16
17     /// <summary>
18     /// TODO: Update summary.
19     /// </summary>
20     [Export(typeof(FilePropertiesViewModel))]
21     public class FilePropertiesViewModel : Screen, IShell
22     {
23     }
24 }