/WikiDocGenerator/App.xaml

http://yet-another-music-application.googlecode.com/ · XAML · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 63d608fa253277cb35caa72a7d20e9e8 MD5 · raw file

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