App.xaml 243 B

12345
  1. <Application x:Class="Viewer.App"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Startup="Application_Startup">
  5. </Application>