コード例 #1
0
        public static PLCMsgConnector GetPlcmService([NotNull] this IWorkingContext workingContext)
        {
            ICoreContext coreContext = workingContext.GetCoreContext();

            return(coreContext.GetPlcmService());
        }