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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

See Also