Mercurial > silverbladetech
view MetroWpf/FxRates.Common/Ccy.cs @ 90:d523381be45a
nuge restore added
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Mon, 30 Apr 2012 10:48:49 +0100 |
parents | a8b50a087544 |
children |
line wrap: on
line source
namespace FxRates.Common { public enum Ccy { EURtoUSD, USDtoJPY, GBPtoUSD, EURtoGBP, USDtoCHF, EURtoJPY, EURtoCHF, USDtoCAD, AUDtoUSD, GBPtoJPY } }