Ejemplo n.º 1
0
        public static IMarkupPointer CreateMarkupPointer(this IMarkupServices ms)
        {
            IMarkupPointer mp;

            ms.CreateMarkupPointer(out mp);
            return(mp);
        }