The base constructor of classes derived from ContactListCommand

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public ContactListCommand(
	ContactListConfiguration contactList
)
Visual Basic
Public Sub New ( _
	contactList As ContactListConfiguration _
)

Parameters

contactList
Type: ININ.IceLib.Configuration.Dialer..::..ContactListConfiguration
The contact list to create this command for.

See Also