This commit is contained in:
qianlifeng
2013-12-23 00:10:46 +08:00
parent 121db63778
commit 57b381311c
12 changed files with 80 additions and 16 deletions

View File

@@ -59,5 +59,15 @@ namespace WinAlfred.Properties {
resourceCulture = value;
}
}
/// <summary>
/// 查找类似于 (Icon) 的 System.Drawing.Icon 类型的本地化资源。
/// </summary>
internal static System.Drawing.Icon app {
get {
object obj = ResourceManager.GetObject("app", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
}
}