IQsLog.ShowLogDialog Method (IWin32Window, String, String, String)

QsInformatica.Utils

IQsLogShowLogDialog Method (IWin32Window, String, 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 Title,
	string MailAddress,
	string MailName
)
Sub ShowLogDialog ( 
	Owner As IWin32Window,
	Title As String,
	MailAddress As String,
	MailName As String
)
void ShowLogDialog(
	IWin32Window^ Owner, 
	String^ Title, 
	String^ MailAddress, 
	String^ MailName
)
abstract ShowLogDialog : 
        Owner : IWin32Window * 
        Title : string * 
        MailAddress : string * 
        MailName : string -> unit 

Parameters

Owner
Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore. Può essere null (Nothing in Visual Basic).
Title
Type: SystemString
Titolo della finestra (di default "QS Informatica").Titolo della finestra (di default "QS Informatica").
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