Event Class
The TcHmiSrv.Event class was moved from the TcHmiSrv to the TcHmiSrv.Core namespace. It was therefore replaced by the TcHmiSrv.Core.Event class.
Differences between this release
- TcHmiSrv.Core.Event implements TcHmiSrv.Core.Duplication.ICopyable.T. and System.IEquatable.T..
- The Event.Event(Event) constructor was removed. Use the Event.DeepCopy. method instead.