Fix issue#24

This commit is contained in:
qianlifeng
2014-03-11 22:17:10 +08:00
parent 8ef6827bd9
commit 9adf764af8
10 changed files with 98 additions and 179 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Windows;
@@ -208,6 +209,9 @@ namespace Wox
#endregion
private void BtnEnableInstaller_OnClick(object sender, RoutedEventArgs e)
{
Process.Start("Wox.UAC.exe", "AssociatePluginInstaller");
}
}
}