GpsReceiver Constructor (IContainer)

ZylGpsReceiver.NET Mobile
Constructor.

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public GpsReceiver(
	IContainer container
)

Parameters

container
Type: System.ComponentModelIContainer
The IContainer that contains the Component. The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. The last component added is the last component in the list.
See Also

Reference