From 699a687e7bbf3f041320280a80d6359ee374cc30 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 27 一月 2021 17:15:38 +0800 Subject: [PATCH] 第三方添加设备界面 --- 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 afb06d7..c63bf59 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,9 @@ { public static class StringId { + public const int Add = 412; + public const int TipAddThirdPartyDeviceMsg = 411; + public const int TipNotThirdPartyDevice = 410; public const int FunctionBrand = 409; public const int ConfirmAdd = 408; public const int Reading = 407; -- Gitblit v1.8.0