コード例 #1
0
 /// <summary>
 /// Register the commands and node maps needed for the design manager into the design time.
 /// </summary>
 /// <param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param>
 public override void Register(IServiceProvider serviceProvider)
 {
     ExceptionHandlingCommandRegistrar commandRegistrar = new ExceptionHandlingCommandRegistrar(serviceProvider);
     commandRegistrar.Register();
     ExceptionHandlingNodeMapRegistrar nodeMapRegistrar = new ExceptionHandlingNodeMapRegistrar(serviceProvider);
     nodeMapRegistrar.Register();
 }
コード例 #2
0
        /// <summary>
        /// Register the commands and node maps needed for the design manager into the design time.
        /// </summary>
        /// <param name="serviceProvider">The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</param>
        public override void Register(IServiceProvider serviceProvider)
        {
            ExceptionHandlingCommandRegistrar commandRegistrar = new ExceptionHandlingCommandRegistrar(serviceProvider);

            commandRegistrar.Register();
            ExceptionHandlingNodeMapRegistrar nodeMapRegistrar = new ExceptionHandlingNodeMapRegistrar(serviceProvider);

            nodeMapRegistrar.Register();
        }