1234567891011121314151617 |
- <ResourceDictionary
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
- <ResourceDictionary.MergedDictionaries >
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/CommonStyle.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/NavigationBar.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/SpliterStyle.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/TextBoxEditor.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/ErrorTemplate.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/NavigationPager.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/LabelEditor.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/DescriptionDecorator.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/IntegerSpinnner.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/SearchComboBox.xaml"/>
- <ResourceDictionary Source="/FWindSoft.Wpf;component/Themes/ImageView.xaml"/>
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
|