Click or drag to resize

OptionsConfigurationLoadFile Method

Loads an option configuration file's contents into the .

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
public void LoadFile(
	OptionsConfigurationFile file
)

Parameters

file
Type: butterflow_uiOptionsConfigurationFile
The file to load.
See Also