Click or drag to resize

Application Constructor (Platform)

Initializes a new instance of the Application class with the specified platform

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Application(
	Platform platform
)

Parameters

platform
Type: EtoPlatform
Platform to run the application
See Also