// ----------------------------------------------------------------------- // // TODO: Update copyright text. // // ----------------------------------------------------------------------- using System.ComponentModel.Composition; using Caliburn.Micro; namespace Pithos.Client.WPF { using System; using System.Collections.Generic; using System.Linq; using System.Text; /// /// TODO: Update summary. /// [Export(typeof(FilePropertiesViewModel))] public class FilePropertiesViewModel : Screen, IShell { } }