Method Setup
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.
Override this to implement the Scenario setup logic (create controls, etc...).
public override void Setup()
This is typically the best place to put scenario logic code.