Saves the specified parameter in the register.

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

Syntax

C#
public static void SaveParam(
	Form sourceForm,
	int param
)
Visual Basic (Declaration)
Public Shared Sub SaveParam ( _
	sourceForm As Form, _
	param As Integer _
)
Visual C++
public:
static void SaveParam(
	Form^ sourceForm, 
	int param
)

Parameters

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

See Also