Table of Contents

Constructor ApplicationContext

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ApplicationContext()

Initializes a new instance of the ApplicationContext class with no context.

public ApplicationContext()

ApplicationContext(Window?)

Initializes a new instance of the ApplicationContext class with the specified Window.

public ApplicationContext(Window? mainForm)

Parameters

mainForm Window

The main Window of the application to use for context.