Exemplo n.º 1
0
        public static void RegisterProvider(Type contentType)
        {
            var progId = ComExtensions.GetProgId(
                hostType: typeof(PrismTaskPanesHost),
                contentType: contentType);

            ComExtensions.Register(
                progId: progId,
                type: typeof(PrismTaskPanesHost));
        }