AddInManagerEnable Method |
Marks the specified AddIns as enabled (will take effect after
next application restart).
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void Enable(
IList<AddIn> addIns
)
Parameters
- addIns IListAddIn
- The add-ins to enable.
See Also