WinApplicationOptions.CreateApplicationContext() Method
In This Article
Creates a WinForms application context.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.ExpressApp.EasyTest.WinAdapter.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EasyTest.WinAdapter
#Declaration
public virtual IApplicationContext CreateApplicationContext()
#Returns
Type | Description |
---|---|
IApplication |
A Win |
#Implements
See Also