Execute a method from the "Execute" section in the main window. Only required function in module.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub Execute ( _
	ByRef lIndex As Integer _
)

Parameters

lIndex
Type: System..::..Int32%
Chosen method to be executed

Remarks

The drop down list above the "Execute" button contains methods set by frmMain.SetResultList. This function will called on a click on the "Execute" button with lIndex, which is the index of the chosen method.

See Also