Mercurial > silverbladetech
comparison MetroWpf/Stocks.UI/Views/StocksView.xaml.cs @ 39:4b8b38d17d24 MetroWPF CTP v0.1
Quick tidy up for ctp 0.1 release
author | adminsh@apollo |
---|---|
date | Tue, 03 Apr 2012 15:33:18 +0100 |
parents | 399398841fd0 |
children |
comparison
equal
deleted
inserted
replaced
38:b008faa1baa7 | 39:4b8b38d17d24 |
---|---|
1 using System.Windows.Controls; | 1 namespace Stocks.UI.Views |
2 | |
3 namespace Stocks.UI.Views | |
4 { | 2 { |
5 /// <summary> | 3 public partial class StocksView |
6 /// Interaction logic for StocksView.xaml | |
7 /// </summary> | |
8 public partial class StocksView : UserControl | |
9 { | 4 { |
10 public StocksView() | 5 public StocksView() |
11 { | 6 { |
12 InitializeComponent(); | 7 InitializeComponent(); |
13 } | 8 } |