Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2542 → Rev 2543

/MKLiveView/v1.0/Source/MKLiveView/App.xaml
0,0 → 1,15
<Application x:Class="MKLiveView.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MKLiveView"
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Localize/localization.en-EN.xaml"/>
<ResourceDictionary Source="Localize/localization.xaml"/>
<ResourceDictionary Source="Localize/localization.de-DE.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>