Mercurial > silverbladetech
view Chronosv2/source/SingleInstanceEventArgs.cs @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
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 } }