Created a BaseApplication class in common

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-19 18:47:02 -04:00
parent 3586c54e90
commit d54c6d8bf6
5 changed files with 86 additions and 51 deletions

View File

@@ -1,7 +1,8 @@
<Application x:Class="MediaBrowser.ServerApplication.App"
<z:BaseApplication x:Class="MediaBrowser.ServerApplication.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:z="clr-namespace:MediaBrowser.Common.UI;assembly=MediaBrowser.Common">
<Application.Resources>
</Application.Resources>
</Application>
</z:BaseApplication>