From b8e94316e41eba72d927d5ca7d931b26139ee8ff Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 15 六月 2020 09:12:53 +0800 Subject: [PATCH] 20200612 --- HDL_ON/Common/R.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index a80fc23..1aad443 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,9 @@ { public static class StringId { + public readonly static int ConfirmToRemoveTheMember = 259; + public readonly static int WelcomeNewMmember = 258; + public readonly static int PleaseEnterContent = 257; public readonly static int TipNoCollcetion = 256; public readonly static int RemoveTheMember = 255; public readonly static int ModifyMemberNickname = 254; -- Gitblit v1.8.0