Click or drag to resize

DialogShellController(IDialogShellView, IApplyController) Constructor

Creates the controller.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DialogShellController(
	IDialogShellView view,
	IApplyController hostedController
)

Parameters

view  IDialogShellView
The view this controller is controlling.
hostedController  IApplyController
The controller that controls the UserControl shown in the client area of the form.
See Also