Initialize the component. This methods is called whenever a component
            is added to Jep. Hence it allows components to keep track of the other
            components they may rely on. 
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
void Init( JepInstance jep )  | 
| Visual Basic (Declaration) | 
|---|
Sub Init ( _ jep As JepInstance _ )  | 
| Visual C++ | 
|---|
void Init( JepInstance^ jep )  | 
Parameters
- jep
 - Type: SingularSys.Jep..::.JepInstance
the current Jep instance