Interface IChangePwdDialog
Interface definition for the SAF Change Password Dialog
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IChangePwdDialog
Methods
View SourceShow(ChangePwdDialogArgs)
Shows the Change Password dialog.
Declaration
void Show(ChangePwdDialogArgs changePwdDialogArgs)
Parameters
Type | Name | Description |
---|---|---|
ChangePwdDialogArgs | changePwdDialogArgs | The Change Password Dialog args. |