Click or drag to resize
FormConfigRestoreLoadConfig Method
load the saved config file. will automatically load all the control values, and return the manual strings

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Tuple<string, string>> LoadConfig(
	Form baseform,
	string filename
)

Parameters

baseform
Type: System.Windows.FormsForm
pass the base form
filename
Type: SystemString
the saved config flename

Return Value

Type: ListTupleString, String
returns null on error, and a list of tuples of saved literal strings otherwise
See Also