DialogShellController(IDialogShellView, IApplyController) Constructor |
Creates the controller.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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