src/Bro.Process/ProcessControl.cs
@@ -45,7 +45,6 @@ #region Event public event Action<string, Bitmap, string> OnBitmapOutput; //public event Action<string, object> OnObjectOutput; public Action<DateTime, Exception> OnExceptionOccured { get; set; } public event Action<DeviceState> OnProcessStateChanged; public event Action<DateTime, string, string> OnLog;