namespace InABox.Core { public class RichTextEditor : BaseEditor { protected override BaseEditor DoClone() { return new RichTextEditor(); } } }