fixed some bug

This commit is contained in:
Perfare
2016-11-08 20:31:07 +08:00
parent 248063276d
commit 92426fa585
7 changed files with 46 additions and 701 deletions

View File

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