App.xaml

10 lines | 408 B Blame History Raw Download
<Application x:Class="WPF.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:local="clr-namespace:WPF"
             Startup="Application_Startup">
    <Application.Resources>
        <ResourceDictionary Source="Common/WPF/Dictionary.xaml"/>
    </Application.Resources>
</Application>