view MetroWpf/FxRates.UI/Views/FxRatesView.xaml.cs @ 103:8cb4f36717e9

Fake it easy dll added
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 12:14:53 +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();
    }
  }
}