Creates a new instance of the custom Status object with the specified text.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public Status(
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String _
)

Parameters

text
Type: System..::..String
The String value.

See Also