diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-13 10:12:54 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-13 10:12:54 -0400 |
| commit | 3c146d3ccbe615035ebbb5313d65141573e54bd4 (patch) | |
| tree | f406c639d19da6a07ee8650fb475d23192daef2e /MediaBrowser.Uninstaller/MainWindow.xaml.cs | |
| parent | b68d22e4ac3df7c1e0f564e7875135f735e3176f (diff) | |
Namespace change fix-up
Diffstat (limited to 'MediaBrowser.Uninstaller/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.Uninstaller/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Uninstaller/MainWindow.xaml.cs b/MediaBrowser.Uninstaller/MainWindow.xaml.cs index c3a0133ee..1db83a319 100644 --- a/MediaBrowser.Uninstaller/MainWindow.xaml.cs +++ b/MediaBrowser.Uninstaller/MainWindow.xaml.cs @@ -7,7 +7,7 @@ using System.IO; using System.Threading; using System.Windows; -namespace MediaBrowser.Uninstaller.Execute +namespace MediaBrowser.Uninstaller { /// <summary> /// Interaction logic for MainWindow.xaml |
