App.xaml 359 B

123456789
  1. <Application x:Class="WpfApp2.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:WpfApp2"
  5. StartupUri="MainWindow.xaml">
  6. <Application.Resources>
  7. </Application.Resources>
  8. </Application>