Click or drag to resize

AboutDialog Constructor (Assembly)

Initializes a new instance of the AboutDialog class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public AboutDialog(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
Assembly file from which it'll try to load ProgramName, ProgramDescription, Version and Copyright properties.
See Also