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