|
Interlocking | False |
Command | True |
ED
|
avaliable
|
RT
|
not used
|
Import settings from an xml file
Private Sub zenOn_ExportImportSettings(ByRef zenOnObject As Object) 'Export settings to an xml file zenOnObject.Export ("C:\zenOn_eXaMpLe.xml, False") 'Interlocking 'Import settings from an xml file zenOnObject.Import ("C:\zenOn_eXaMpLe.xml, False") 'Interlocking End Sub