Initializes a new instance of the class.
[Visual Basic]
Public Sub New()
[C#]
public AwCommLE();
Example
How to create a new instance of the class.
Dim comm As New AwComm()
AwComm comm = new AwComm();
See Also
AwCommLE Class | Asterworld.Comm Namespace