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