Interface ILoginDialog
Interface definition for the SAF Login Dialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface ILoginDialog
Methods
View SourceShow(LoginDialogArgs)
Shows the login dialog, configured by the given LoginDialogArgs.
Declaration
void Show(LoginDialogArgs loginDialogArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginDialogArgs | loginDialogArgs | The login dialog args. The args can provide strings, images and user information to customize the login dialog. |