Constructor DebuggerUIController
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
DebuggerUIController(Control, IDebugEditContainer)
Initializes a new instance of the DebuggerUIController
class with specified parameters.
public DebuggerUIController(Control owner, IDebugEditContainer editorContainer)
Parameters
owner
ControlControl that owns this new instance.
editorContainer
IDebugEditContainerControl contains a list of
IDebugEdit
controls.