public TextBoxHandler() { ElementFunctions = new ElementPersistenceHandler(); TextBoxFunctions = new TextBoxPersistanceHandler(); }
public ImageHandler() { ElementFunctions = new ElementPersistenceHandler(); ImageFunctions = new ImagePersistanceHandler(); }