Creates a new instance of the Status class and initializes it with the specified type.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Status(
	StatusTypeEnum type
)
Visual Basic
Public Sub New ( _
	type As StatusTypeEnum _
)

See Also