Click or drag to resize

ApplicationRun Method (Form)

Runs the application with the specified mainForm and begins the main loop.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void Run(
	Form mainForm
)

Parameters

mainForm
Type: Eto.FormsForm
Main form for the application.
See Also