Table of Contents

Method Setup

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

Setup()

Override this to implement the Scenario setup logic (create controls, etc...).

public override void Setup()

Remarks

This is typically the best place to put scenario logic code.