fix shutdown didn't work issue

This commit is contained in:
qianlifeng
2014-01-06 22:21:08 +08:00
parent 97b5526cc1
commit 13f00edefd
5 changed files with 64 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
<Application x:Class="WinAlfred.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
>
<Application.Resources>
<ResourceDictionary>
<Style x:Key="defaultQueryBoxStyle" BasedOn="{x:Null}" TargetType="{x:Type TextBox}">