领胜LDS 键盘AOI检测项目
patrick.xu
2021-01-11 f06ae0e33e33f1ed5f198827b9b5a53e765b3eee
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);
    }
}