using Bro.Common.Interface; using Bro.UI.Model.Winform; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Bro.M071.Process.UI { [MenuNode("M071Node", "键盘检测", 3, "", false)] public class M071Node : IMenuNode { } }