public DataProvider(BaseXmlEditorExtension ext) { if (ext == null) { throw new ArgumentNullException("ext"); } this.ext = ext; }
public DataProvider (BaseXmlEditorExtension ext) { if (ext == null) throw new ArgumentNullException ("ext"); this.ext = ext; }