add theme function. And provide two themes default.

This commit is contained in:
qianlifeng
2014-01-25 18:00:13 +08:00
parent abedc0be80
commit 71b5d4fe5a
21 changed files with 899 additions and 81 deletions

View File

@@ -34,7 +34,8 @@ namespace WinAlfred.PluginLoader
CloseApp = window.CloseApp,
HideApp = window.HideApp,
ShowApp = () => window.ShowApp(),
ShowMsg = (title, subTitle, iconPath) => window.ShowMsg(title, subTitle, iconPath)
ShowMsg = (title, subTitle, iconPath) => window.ShowMsg(title, subTitle, iconPath),
OpenSettingDialog = ()=> window.OpenSettingDialog()
}));
}
}