| 123456789101112131415161718192021 | <Prism:PrismApplication x:Class="EEMSMain.App"             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"             xmlns:local="clr-namespace:EEMSMain"             xmlns:Prism="http://prismlibrary.com/">             <!--StartupUri="MainWindow.xaml"-->      <Prism:PrismApplication.Resources>        <ResourceDictionary>            <ResourceDictionary.MergedDictionaries>                <ResourceDictionary Source="/UICommon;component/Brush.xaml"/>                <ResourceDictionary Source="/UICommon;component/Styles/ButtonStyle.xaml"/>                <ResourceDictionary Source="/UICommon;component/Styles/CheckBoxStyle.xaml"/>                <ResourceDictionary Source="/UICommon;component/Styles/ComboBoxStyle.xaml"/>                <ResourceDictionary Source="/UICommon;component/DrawImage.xaml"/>                <ResourceDictionary Source="/UICommon;component/Styles/OtherStyle.xaml"/>                <ResourceDictionary Source="/UICommon;component/Styles/RadioButtonStyle.xaml"/>            </ResourceDictionary.MergedDictionaries>        </ResourceDictionary>    </Prism:PrismApplication.Resources></Prism:PrismApplication>
 |