Search
Theme Constructor
See Also
 






Initializes a new instance of the Theme class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected Theme ()

Visual Basic  Copy Code

Protected Sub New ()

 Remarks

This method is marked as protected because the Theme class is abstract and cannot be instantiated.

 See Also