Mercurial > silverbladetech
view MetroWpf/MetroWpf/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 | 2395908fa45b |
children | a8b50a087544 |
line wrap: on
line source
<Application x:Class="MetroWpf.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:MetroWpf" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" StartupUri="Presentation/Shell/MainWindow.xaml"> <Application.Resources> <ResourceDictionary> <!--Global IoC Locator--> <local:Locator x:Key="Locator" d:IsDataSource="True" /> </ResourceDictionary> </Application.Resources> </Application>