예제 #1
0
파일: Check.cs 프로젝트: JolyneStone/Rye
 private static string GetMessage(CheckEnum @enum)
 {
     return(I18n.GetText(@enum));
 }