示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenCommandManager2Ex"/> class.
 /// </summary>
 /// <param name="container"></param>
 public NuGenCommandManager2Ex(IContainer container)
     : base(container)
 {
     UIItemAdapter = new NuGenUIItemAdapter2Ex(this);
 }
        /// <summary>
		/// Initializes a new instance of the <see cref="NuGenCommandManager2Ex"/> class. 
        /// </summary>
        /// <param name="container"></param>
        public NuGenCommandManager2Ex(IContainer container)
            : base(container)
        {
            UIItemAdapter = new NuGenUIItemAdapter2Ex(this);
        }