annotate MetroWpf/Stocks.UI/Views/StocksView.xaml.cs @ 65:5d0c5cc83a7a

Click event handler added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sun, 22 Apr 2012 14:21:33 +0100
parents 4b8b38d17d24
children
rev   line source
39
4b8b38d17d24 Quick tidy up for ctp 0.1 release
adminsh@apollo
parents: 23
diff changeset
1 namespace Stocks.UI.Views
23
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
2 {
39
4b8b38d17d24 Quick tidy up for ctp 0.1 release
adminsh@apollo
parents: 23
diff changeset
3 public partial class StocksView
23
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
4 {
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
5 public StocksView()
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
6 {
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
7 InitializeComponent();
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
8 }
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
9 }
399398841fd0 Working version for Stocks (including loosely coupled components
adminsh@apollo
parents:
diff changeset
10 }