Entry Point
From Land Desktop Map 3D Samples
Entry Point
When you netload the SpiderNetwork.dll, you cause the Initialize method of the AppEntry class in Commands.cs to run.
The Initialize method prints the message Spider network sample application initialized. to the Map command-line. It creates an instance of the Commands class, which is also defined in Commands.cs. It then calls the CmdListCommand method on this instance.
The CmdListCommand method prints PROMPT: SpiderNetwork sample commands: and - SpiderNetwork to the command-line.