App.xaml 493 B

12345678910
  1. <Prism:PrismApplication x:Class="ProximaAnalizer.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:local="clr-namespace:ProximaAnalizer"
  5. xmlns:Prism="http://prismlibrary.com/">
  6. <Prism:PrismApplication.Resources>
  7. <ResourceDictionary Source="/UICommon;component/Resources.xaml"/>
  8. </Prism:PrismApplication.Resources>
  9. </Prism:PrismApplication>