Mercurial > silverbladetech
view Chronosv2/source/SingleInstanceEventArgs.cs @ 27:96fdf58e05b4
Server working with sockets and rabbitmq
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 19:00:59 +0000 |
parents | 741981715d94 |
children |
line wrap: on
line source
using System; using System.Collections.Generic; namespace Chronos { public sealed class SingleInstanceEventArgs : EventArgs { #region · Properties · public IList<string> Args { get; internal set; } #endregion #region · Constructors · public SingleInstanceEventArgs() { } #endregion } }