Mercurial > silverbladetech
annotate MetroWpf/Stocks.UI/App.xaml.cs @ 20:6109bc268b90
Latest
author | adminsh@apollo |
---|---|
date | Tue, 20 Mar 2012 13:37:46 +0000 |
parents | |
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 } |