frmNewBankReconciliation..::..SearchGLAccounts Method

Namespace:  JiwaFinancials.Jiwa.JiwaBankRecUI
Assembly:  JiwaBankRecUI (in JiwaBankRecUI.dll)

Syntax


public void SearchGLAccounts(
	ref string SelectedGLLedgerID,
	ref MainForm..::..GLLedgerAccountClasses SearchType
)
Public Sub SearchGLAccounts ( _
	ByRef SelectedGLLedgerID As String, _
	ByRef SearchType As MainForm..::..GLLedgerAccountClasses _
)
public:
void SearchGLAccounts(
	String^% SelectedGLLedgerID, 
	MainForm..::..GLLedgerAccountClasses^% SearchType
)