领胜LDS 键盘AOI检测项目
xcd
2020-07-09 5b6ffebeeee53e375cf8f8d5c30c51f03ad1d96e
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);
    }
}