Added plugin configuration downloading

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-03 23:11:16 -04:00
parent fc735e9187
commit 26db4b2cd9
2 changed files with 18 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
using System;
using System.Reflection;
using System.Windows;
using System.Windows.Media.Imaging;
using MediaBrowser.Common.Kernel;
using MediaBrowser.Common.Logging;
using MediaBrowser.Model.Progress;
using System.Runtime.InteropServices;
using System.Security;
namespace MediaBrowser.Common.UI
{