App.xaml 282 B

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