示例#1
0
文件: Check.cs 项目: JolyneStone/Rye
 private static string GetMessage(CheckEnum @enum)
 {
     return(I18n.GetText(@enum));
 }