IQsLog.ShowLogDialog Method (IWin32Window, String, String)

QsInformatica.Utils

IQsLogShowLogDialog Method (IWin32Window, String, String)

Visualizza la finestra di dialogo contenente il file Log da mostrare all'utente. Questo overload mostra anche un pulsante che consente di inviare via e-mail le informazioni registrate nel file.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
void ShowLogDialog(
	IWin32Window Owner,
	string MailAddress,
	string MailName
)
Sub ShowLogDialog ( 
	Owner As IWin32Window,
	MailAddress As String,
	MailName As String
)
void ShowLogDialog(
	IWin32Window^ Owner, 
	String^ MailAddress, 
	String^ MailName
)
abstract ShowLogDialog : 
        Owner : IWin32Window * 
        MailAddress : string * 
        MailName : string -> unit 

Parameters

Owner
Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore.
MailAddress
Type: SystemString
Indirizzo e-mail al quale inviare le informazioni registrate nel file di Log.
MailName
Type: SystemString
Nome visualizzato del destinatario.
See Also