Esempio n. 1
0
 private H5PEditorAjax(H5P.H5PCore H5PCore, H5peditor H5PEditor, H5peditorStorage H5PEditorStorage)
 {
     this.core    = H5PCore;
     this.editor  = H5PEditor;
     this.storage = H5PEditorStorage;
 }
Esempio n. 2
0
 public H5PStorage(H5PFrameworkInterface h5pF, H5P.H5PCore core)
 {
 }
Esempio n. 3
0
 public H5PValidator(H5PFrameworkInterface h5pf, H5P.H5PCore core)
 {
 }