Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenUIItemAdapter"/> class with the associated command switchboard.
 /// </summary>
 /// <param name="commandManager">The associated command switchboard.</param>
 public NuGenUIItemAdapter2(NuGenCommandManagerBase commandManager)
 {
     _commandManager = commandManager;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="NuGenUIItemAdapter"/> class with the associated command switchboard.
		/// </summary>
		/// <param name="commandManager">The associated command switchboard.</param>
		public NuGenUIItemAdapter2(NuGenCommandManagerBase commandManager)
		{
			_commandManager = commandManager;
		}
        /// <summary>
		/// Initializes a new instance of the <see cref="NuGenUIItemAdapter2Ex"/> class.
        /// </summary>
        public NuGenUIItemAdapter2Ex(NuGenCommandManagerBase commandManager)
            : base(commandManager)
        {
        }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenContextMenuCollection"/> class.
 /// </summary>
 /// <param name="commandManager">The <see cref="NuGenCommandManager"/> that owns the collection.</param>
 public NuGenContextMenuCollection(NuGenCommandManagerBase commandManager)
 {
     _commandManager = commandManager;
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenApplicationCommandCollection"/> class.
 /// </summary>
 /// <param name="commandManager">The <see cref="NuGenCommandManager"/> that owns the collection.</param>
 internal NuGenApplicationCommandCollection(NuGenCommandManagerBase commandManager)
 {
     _commandManager = commandManager;
 }
Example #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NuGenUIItemAdapter2Ex"/> class.
 /// </summary>
 public NuGenUIItemAdapter2Ex(NuGenCommandManagerBase commandManager)
     : base(commandManager)
 {
 }