internal FdoMultiClassPicker(string title, string message, OSGeo.FDO.Schema.FeatureSchemaCollection schemas) : this() { _schemas = schemas; _presenter = new FdoMultiClassPickerPresenter(this, title, message); }