Click or drag to resize

IDialogProvider Interface

Represents a dialog box provider to handle differences between GTK+ and WinForms dialogs

Namespace:  SanteDB.DisconnectedClient.UI
Assembly:  SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax
public interface IDialogProvider

The IDialogProvider type exposes the following members.

Methods
  NameDescription
Public methodAlert
Alert the specified text.
Public methodConfirm
Confirm the specified text and title.
Top
See Also