jellyfin/MediaBrowser.Installer/App.xaml

9 lines
325 B
Text
Raw Normal View History

2013-02-21 02:33:05 +01:00
<Application x:Class="MediaBrowser.Installer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>