manual initialization of instances
1999 Betrachtungen
Seite:
1
manual initialization of instances
03.11.2008 18:16
If the user don't want to use the code generation rules to initialize instances here a little model showing how to initialize instances manually.
Note:
Your code should never make assumptions about order of initialization.
Look in the operation "Init" of class "Test" here we create instances of test1 and test2 (Create will automatically call the <class>_Init operation)
