Esempio n. 1
0
        public ObjectHandle GetSetCommandDispatcher(ObjectHandle dispatcher)
        {
            var res = _context.GetSetCommandDispatcher((Action <Action>)dispatcher.Unwrap());

            if (res != null)
            {
                return(new ObjectHandle(res));
            }

            return(null);
        }