diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 10:58:08 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 10:58:08 -0500 |
| commit | 17c1fd576057bdd2d6aea517d733fe8af6e6b2ba (patch) | |
| tree | 660f47e816a8599aabdb7ee47f3cde64c72c3f4d /MediaBrowser.UI/HiddenWindow.xaml.cs | |
| parent | 33ed929b526acbda696f00f5966917ebd6a9ded2 (diff) | |
moved ui to it's own repo
Diffstat (limited to 'MediaBrowser.UI/HiddenWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.UI/HiddenWindow.xaml.cs | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/MediaBrowser.UI/HiddenWindow.xaml.cs b/MediaBrowser.UI/HiddenWindow.xaml.cs deleted file mode 100644 index e2f8f7a37..000000000 --- a/MediaBrowser.UI/HiddenWindow.xaml.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System.Windows; -using MediaBrowser.UI.Controller; - -namespace MediaBrowser.UI -{ - /// <summary> - /// Interaction logic for HiddenWindow.xaml - /// </summary> - public partial class HiddenWindow : Window - { - /// <summary> - /// Initializes a new instance of the <see cref="HiddenWindow" /> class. - /// </summary> - public HiddenWindow() - { - InitializeComponent(); - - Loaded += HiddenWindow_Loaded; - } - - /// <summary> - /// Handles the Loaded event of the HiddenWindow control. - /// </summary> - /// <param name="sender">The source of the event.</param> - /// <param name="e">The <see cref="RoutedEventArgs" /> instance containing the event data.</param> - void HiddenWindow_Loaded(object sender, RoutedEventArgs e) - { - Title += " " + UIKernel.Instance.ApplicationVersion.ToString(); - } - } -} |
