Remove LoadInterfacesFromAppDomain

Much faster. ApplyPluginLanguages is 10 times faster now. 7ms vs 100ms.
This commit is contained in:
bao-qian
2015-11-02 13:42:52 +00:00
parent 881e414043
commit 96b6832dff
4 changed files with 13 additions and 35 deletions

View File

@@ -56,7 +56,7 @@ namespace Wox.Core.Theme
UserSettingStorage.Instance.Theme = themeName;
UserSettingStorage.Instance.Save();
ResourceMerger.ApplyThemeResource();
ResourceMerger.ApplyThemeResource(this);
}
public ResourceDictionary GetResourceDictionary()