Interface ISkinInitialize
Provides optional initialization functionality for a skin.
Namespace: Sartorius.SAF.Presentation.Skins
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface ISkinInitialize : ISkin
Methods
View SourceInitialize()
Initializes the skin after the EntryPoint was added to the application.
Declaration
void Initialize()