DebugWindow Constructor (Icon, FormClosingEventHandler)
Initializes a new instance of the DebugWindow class.
Namespace:
UAOOI.Windows.FormsAssembly: CAS.Windows.Forms (in CAS.Windows.Forms.dll)
Syntax
public DebugWindow( Icon icon, FormClosingEventHandler debugWindow_FormClosing )
Parameters
- icon
- Type: Icon
The icon.
- debugWindow_FormClosing
- Type: FormClosingEventHandler
The debug window form closing handler.