Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenCommandManager2"/> class.
 /// </summary>
 public NuGenCommandManager2(IContainer container)
     : base(container)
 {
     UIItemAdapter = new NuGenUIItemAdapter2(this);
 }
        /// <summary>
		/// Initializes a new instance of the <see cref="NuGenCommandManager2"/> class. 
        /// </summary>
        public NuGenCommandManager2(IContainer container)
            : base(container)
        {
            UIItemAdapter = new NuGenUIItemAdapter2(this);
        }