Exemple #1
0
 // "normal" import case - clear DB, show dialog, clear cache, with the specified title and message
 public Boolean Import(IController controller, AME.Adapters.IImportAdapter adapter, String filename, Form topLevelForm, Boolean pClearDB)
 {
     IXPathNavigable iDocument = adapter.Process(filename);
     XmlDocument document = (XmlDocument)iDocument;
     return Import(controller, document, null, topLevelForm, pClearDB, true, "Import", "Importing");
 }