Creates new class instance Baltie2DMessage for the message exchange.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Baltie2DMessage(
	Baltie2D from,
	Baltie2D to,
	string text
)

Parameters

from
Type: SGP.Baltie2D..::.Baltie2D
Baltie sender Baltie2D.
to
Type: SGP.Baltie2D..::.Baltie2D
Baltie recipient Baltie2D.
text
Type: System..::.String
The message text.

See Also