4bef1b290e1549d29f882dc9fe0c3832b0a51686
[pithos-ms-client] / trunk%2FPithos.Client.WPF%2FShell%2FNotification.cs
1 using System.Diagnostics;
2
3 namespace Pithos.Client.WPF
4 {
5     /*public class Notification
6     {
7         public string Title { get; set; }
8         public string Message { get; set; }
9         public TraceLevel Level { get; set; }
10     }*/
11     
12 }