GLTable(Int64, Int32, String, String) Constructor

Initializes a new instance of the GLTable class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public GLTable(
	long clientId,
	int ID,
	string From,
	string To
)

Parameters

clientId  Int64
 
ID  Int32
 
From  String
 
To  String
 

See Also