annotate MetroWpf/Stocks.UI/App.xaml @ 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 <Application x:Class="Stocks.UI.App"
|
|
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
4 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
5 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
6 xmlns:local="clr-namespace:Stocks.UI"
|
|
7 mc:Ignorable="d">
|
|
8 <Application.Resources>
|
|
9 <ResourceDictionary>
|
|
10 <!--Global IoC Locator-->
|
|
11 <local:Locator x:Key="Locator"
|
|
12 d:IsDataSource="True" />
|
|
13 </ResourceDictionary>
|
|
14 </Application.Resources>
|
|
15 </Application>
|