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