AvalonStudio.Extensibility.Commands.CommandHandlerAttribute.CommandHandlerAttribute C# (CSharp) 메소드

CommandHandlerAttribute() 공개 메소드

public CommandHandlerAttribute ( ) : System
리턴 System
		public CommandHandlerAttribute()
			: base(typeof (ICommandHandler))
		{
		}
	}
CommandHandlerAttribute