mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
12 lines
196 B
C#
12 lines
196 B
C#
using System.Windows;
|
|
|
|
namespace MediaBrowser.Uninstaller
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
}
|
|
}
|