领胜LDS 键盘AOI检测项目
patrick.xu
2021-04-28 8cbf4a6b9f334246d88c8101ae3db9a21f1bab3f
src/Bro.Common.Model/Interface/IMenuNode.cs
@@ -25,7 +25,7 @@
    public interface ILogOutput
    {
        Action<LogMsg> OnLogMsgOutput { get; set; }
        event Action<LogMsg> OnLogMsgOutput;
        void LogDisplay(LogMsg msg);
    }
}