comparison MetroWpf/FxRates.UI/Views/FxRatesView.xaml.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.Windows.Controls;
2
3 namespace FxRates.UI.Views
4 {
5 /// <summary>
6 /// Interaction logic for FxRatesView.xaml
7 /// </summary>
8 public partial class FxRatesView
9 {
10 public FxRatesView()
11 {
12 InitializeComponent();
13 }
14 }
15 }