Loads parameter from register.

Namespace:  PerpetuumSoft.Framework.Utilities
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static int LoadParam(
	Form sourceForm
)
Visual Basic (Declaration)
Public Shared Function LoadParam ( _
	sourceForm As Form _
) As Integer
Visual C++
public:
static int LoadParam(
	Form^ sourceForm
)

Parameters

sourceForm
Type: System.Windows.Forms..::.Form

See Also