diff options
Diffstat (limited to 'MediaBrowser.Uninstaller/App.xaml.cs')
| -rw-r--r-- | MediaBrowser.Uninstaller/App.xaml.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.Uninstaller/App.xaml.cs b/MediaBrowser.Uninstaller/App.xaml.cs new file mode 100644 index 000000000..165eb4ff8 --- /dev/null +++ b/MediaBrowser.Uninstaller/App.xaml.cs @@ -0,0 +1,11 @@ +using System.Windows; + +namespace MediaBrowser.Uninstaller +{ + /// <summary> + /// Interaction logic for App.xaml + /// </summary> + public partial class App : Application + { + } +} |
