added samples
[windows-sources.git] / sdk / samples / WPFSamples / ResourceMerge / csharp / myresourcedictionary2.xaml
blob9010f4e92ff599783556eac7ccd17af9eb465ef9
1 <ResourceDictionary 
2   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4   xmlns:sys="clr-namespace:System;assembly=MsCorLib">
5   <sys:String x:Key="HelloWorld">Hello, world</sys:String>
6 </ResourceDictionary>