| SthidInstance Property  |   | 
            Gets or sets the instance of this singleton.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic static Sthid Instance { get; }Public Shared ReadOnly Property Instance As Sthid
	Get
public:
static property Sthid^ Instance {
	Sthid^ get ();
}static member Instance : Sthid with get
Property Value
Type: 
Sthid
            The instance.
            
See Also