ApplicationRun Method (Dialog) |
Runs the application with the specified dialog and begins the main loop.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void Run(
Dialog dialog
)
Public Overridable Sub Run (
dialog As Dialog
)
abstract Run :
dialog : Dialog -> unit
override Run :
dialog : Dialog -> unit
Parameters
- dialog
- Type: Eto.FormsDialog
Dialog to show for the application.
Remarks
When the dialog is closed, the application will exit.
See Also