Mercurial > silverbladetech
view MetroWpf/FxRates.UI/Views/FxRatesView.xaml.cs @ 94:be4d751f6bff
Unit test project added
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 10:49:49 +0100 |
parents | a8b50a087544 |
children |
line wrap: on
line source
using System.Windows.Controls; namespace FxRates.UI.Views { /// <summary> /// Interaction logic for FxRatesView.xaml /// </summary> public partial class FxRatesView { public FxRatesView() { InitializeComponent(); } } }