RecipList(Int64, String) Constructor

Initializes a new instance of the RecipList class

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public RecipList(
	long listId,
	string listName
)

Parameters

listId  Int64
 
listName  String
 

See Also