Mercurial > silverbladetech
annotate MetroWpf/Stocks.UI/App.xaml.cs @ 21:dfc81f8bb838
working version for sttocks except ui within metrowpf
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 15:07:31 +0000 |
parents | 6109bc268b90 |
children |
rev | line source |
---|---|
20 | 1 using System; |
2 using System.Collections.Generic; | |
3 using System.Configuration; | |
4 using System.Linq; | |
5 using System.Windows; | |
6 | |
7 namespace Stocks.UI | |
8 { | |
9 /// <summary> | |
10 /// Interaction logic for App.xaml | |
11 /// </summary> | |
12 public partial class App : Application | |
13 { | |
14 } | |
15 } |