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
)
Public Overridable Sub Run (
mainForm As Form
)
abstract Run :
mainForm : Form -> unit
override Run :
mainForm : Form -> unit
Parameters
- mainForm
- Type: Eto.FormsForm
Main form for the application.
See Also