File was renamed from HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs |
| | |
| | | |
| | | namespace HDL_ON.UI.UI2.PersonalCenter.PirDevice |
| | | { |
| | | public class Method |
| | | public class PirMethod |
| | | { |
| | | |
| | | /// <summary> |
| | |
| | | else |
| | | { |
| | | loading.Hide(); |
| | | Method method = new Method(); |
| | | PirMethod method = new PirMethod(); |
| | | method.ErrorShow(null, "读取红外宝列表失败"); |
| | | } |
| | | } |
| | |
| | | } |
| | | else |
| | | { |
| | | Method method = new Method(); |
| | | PirMethod method = new PirMethod(); |
| | | //自定义错误提示文本 |
| | | string eorroText = ""; |
| | | if (str == "删除") |
| | |
| | | |
| | | } |
| | | break; |
| | | case "14002": |
| | | { |
| | | str = Language.StringByID(StringId.bucunzaichanpin); |
| | | } |
| | | break; |
| | | case "10805": |
| | | { |
| | | str = Language.StringByID(StringId.shebeibucunzai); |
| | | } |
| | | break; |
| | | case "14006": |
| | | { |
| | | str = Language.StringByID(StringId.shebeibuzaixian); |
| | | } |
| | | break; |
| | | case "9": |
| | | { |
| | | str = Language.StringByID(StringId.wangguanshebeibuzaixian); |
| | | } |
| | | break; |
| | | case "2": |
| | | { |
| | | str = Language.StringByID(StringId.xitongweihuzhong); |
| | |
| | | public string id = ""; |
| | | public List<Objects> objects = new List<Objects>(); |
| | | public string time_stamp = string.Empty; |
| | | |
| | | |
| | | } |
| | | [Serializable] |
| | | public class Objects |
| | | { |
| | | |
| | | public string sid = string.Empty; |
| | | public string spk = string.Empty; |
| | | public List<Attributes> attributes = new List<Attributes>(); |