Table of Contents

Method Run

Namespace
UICatalog
Assembly
UICatalog.dll

Run()

Runs the Scenario. Override to start the Scenario using a Toplevel different than Top.

public virtual void Run()

Remarks

Overrides that do not call the base.Run(), must call Shutdown() before returning.