Class RunTExample
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
[Scenario.ScenarioMetadata("Run<T> Example", "Illustrates using Application.Run<T> to run a custom class")]
[Scenario.ScenarioCategory("Top Level Windows")]
public class RunTExample : Scenario, IDisposable
Methods
| Improve this Doc View SourceRun()
Declaration
public override void Run()
Overrides
| Improve this Doc View SourceSetup()
Declaration
public override void Setup()
Overrides
Implements
System.IDisposable