Use short name of Assembly instead of full name.

This commit is contained in:
Yeechan Lu
2014-03-25 14:47:29 +08:00
parent 53b19dad87
commit cf7ae90097
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
Icon="Images\app.png"
>
<Window.Resources>
<ResourceDictionary Source="/PresentationFramework.Classic,Version=3.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35,processorArchitecture=MSIL;component/themes/Classic.xaml"/>
<ResourceDictionary Source="/PresentationFramework.Classic;component/themes/Classic.xaml"/>
</Window.Resources>
<Border Style="{DynamicResource WindowBorderStyle}" MouseDown="Border_OnMouseDown">
<StackPanel Orientation="Vertical">