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