view Stocks/Stocks.Common/EventArgs/PriceChangedEventArgs.cs @ 19:09d18d6e5f40

airport work
author stevenh7776 stevenhollidge@hotmail.com
date Thu, 15 Mar 2012 06:59:15 +0000
parents 6e84a4c92378
children
line wrap: on
line source

using Stocks.Common.Models;

namespace Stocks.Common.Events
{
  public class PriceChangedEventArgs
  {
    public Price Price { get; set; }
  }
}