Mercurial > silverbladetech
view MetroWpf/MetroWpf/App.xaml @ 121:8f94475d3146 tip
final code
author | stevenh7776 |
---|---|
date | Thu, 31 May 2012 15:35:26 +0100 |
parents | a8b50a087544 |
children |
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" StartupUri="UI\Shell/ShellView.xaml" mc:Ignorable="d"> <Application.Resources> <ResourceDictionary> <!-- Global IoC Locator --> <local:Locator x:Key="Locator" d:IsDataSource="True" /> </ResourceDictionary> </Application.Resources> </Application>