Ext.Net.HandlerMethods.HandlerMethods C# (CSharp) Method

HandlerMethods() private method

private HandlerMethods ( Type handlerType ) : System
handlerType System.Type
return System
        public HandlerMethods(Type handlerType)
        {
            this.handlerType = handlerType;
        }