CurrentAddServiceT(T) Method |
Adds a service of type T.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void AddService<T>(
T service
)
Parameters
- service T
- The service instance.
Type Parameters
- T
- The service type.
See Also