Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / App.xaml @ ac137734

History | View | Annotate | Download (777 Bytes)

1
<Application x:Class="Pithos.Client.WPF.App"
2
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"             
4
             xmlns:local="clr-namespace:Pithos.Client.WPF"
5
             xmlns:tb="clr-namespace:Hardcodet.Wpf.TaskbarNotification;assembly=Hardcodet.Wpf.TaskbarNotification"
6
             >
7
    <Application.Resources>
8
        <ResourceDictionary>
9
            <ResourceDictionary.MergedDictionaries>
10
                <ResourceDictionary>
11
                    <local:AppBootstrapper x:Key="bootstrapper" />
12

    
13
                </ResourceDictionary>
14
            </ResourceDictionary.MergedDictionaries>
15
        </ResourceDictionary>
16
    </Application.Resources>
17

    
18
</Application>