• 潘栩锋's avatar
    1. 添加 Culture放入 Misc库 · d9cd5e60
    潘栩锋 authored
    2. 删除 样品报警附加内容,作为accessory添加。报警码只有一个
    3. 添加 界面编辑 输入资源的key,直接显示对应语言的value字符串
    4. 添加 PLC表的[IsError], 添加报警码定义
    d9cd5e60
ToDescriptionHandler.cs 211 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace FLY.Thick.Base.UI
{
    public delegate string ToDescriptionHandler(int code);
}