[This is preliminary documentation and is subject to change.]

Initializes a new instance of the GuiThread class

Namespace:  Phoenix.Gui
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public GuiThread(
	Type formType
)
Public Sub New ( _
	formType As Type _
)
public:
GuiThread(
	Type^ formType
)

Parameters

formType
Type

See Also