protected IOHandler(IOHandlerType type) { Type = type; Id = ++_idGenerator; this.RegisterIOHandler(); }
protected IOHandler( IOHandlerType type) { Type = type; Id = ++_idGenerator; this.RegisterIOHandler(); }