Initializes a new instance of the SchedulerLocExtension class.

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

Syntax

C#
public SchedulerLocExtension(
	string key
)
Visual Basic (Declaration)
Public Sub New ( _
	key As String _
)

Parameters

key
Type: System..::..String
The String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key

See Also