Click or drag to resize

CurrentAddServiceT(T) Method

Adds a service of type T.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void AddService<T>(
	T service
)

Parameters

service  T
The service instance.

Type Parameters

T
The service type.
See Also