App.xaml 556 B

12345678910111213141516
  1. <!--
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except
  4. in compliance with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2016
  6. All rights reserved.
  7. -->
  8. <Application x:Class="ANT_NetDll_Demo.App"
  9. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  10. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  11. StartupUri="DemoWindow.xaml">
  12. <Application.Resources>
  13. </Application.Resources>
  14. </Application>