summaryrefslogtreecommitdiff
path: root/product/client/common/messages/ApplicationShuttingDown.cs
blob: e920e33b07408314e10ed556046f9a99fa6fcc2f (plain)
1
2
3
4
5
6
7
8
9
using System;
using ProtoBuf;

namespace presentation.windows.common.messages
{
    [Serializable]
    [ProtoContract]
    public class ApplicationShuttingDown : IEvent {}
}