comparison MetroWpf/FxRates.Common/PriceUpdateEventArgs.cs @ 24:a8b50a087544

Stocks and FxRates working, new menu introduced. Working nicely so far
author adminsh@apollo
date Tue, 20 Mar 2012 20:18:35 +0000
parents
children
comparison
equal deleted inserted replaced
23:399398841fd0 24:a8b50a087544
1 using System;
2
3 namespace FxRates.Common
4 {
5 public class PriceUpdateEventArgs : EventArgs
6 {
7 public FxRate LatestPrice { get; set; }
8 }
9 }