/// <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)
 {
     InstrumenationSectionCommandRegistrar registrar = new InstrumenationSectionCommandRegistrar(serviceProvider);
     registrar.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)
        {
            InstrumenationSectionCommandRegistrar registrar = new InstrumenationSectionCommandRegistrar(serviceProvider);

            registrar.Register();
        }