Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method Edit ( 
 | 
  LibCal_EventType selection 
 | 
) id:Method_DialogCreateEditEventType_Edit 
 | 
{ 
 | 
  #keys: '[415136.0.724280761]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Edit Product(s) 
 | 
    owner := LibCal_GlobalState.dhGlobalCalendarRegistry().Data(); 
 | 
     
 | 
    data := shadow( selection ); 
 | 
    dhDialogData.Data( &data ); 
 | 
     
 | 
    Form.SetDefaultValue( owner ); 
 | 
     
 | 
    ApplicationMacroPlanner.ShowFormModal( this ); 
 | 
  *] 
 | 
} 
 |