Quintiq file version 2.0 
 | 
#parent: btnImportFromXLS 
 | 
Response OnClick () id:Response_LibDIF_pnlButtonImportFromXLS_btnImportFromXLS_OnClick 
 | 
{ 
 | 
  #keys: '[131094.0.1486783915]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Trigger the import of data from XLS. 
 | 
    LibDIF_pnlButtonImportFromXLS.ImportFromXLS(); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIButtonBase_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return LibDIF_GlobalState.HasIntegrationAPI(); 
 | 
  *] 
 | 
} 
 |