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
)
Public Sub New (
platform As Platform
)
new :
platform : Platform -> Application
Parameters
- platform
- Type: EtoPlatform
Platform to run the application
See Also