App.xaml 412 B

12345678910
  1. <prism:PrismApplication x:Class="PDF_Office.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:PDF_Office"
  5. xmlns:prism="http://prismlibrary.com/"
  6. >
  7. <Application.Resources>
  8. </Application.Resources>
  9. </prism:PrismApplication >