App.xaml 281 B

12345678
  1. <Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="SLTest.App"
  4. >
  5. <Application.Resources>
  6. </Application.Resources>
  7. </Application>