Mercurial > silverbladetech
view Stocks/Stocks.Common/EventArgs/PriceChangedEventArgs.cs @ 60:fc62c971a117
upload to blog
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 21:19:39 +0100 |
parents | 6e84a4c92378 |
children |
line wrap: on
line source
using Stocks.Common.Models; namespace Stocks.Common.Events { public class PriceChangedEventArgs { public Price Price { get; set; } } }