| 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: 24.6.0.0 (24.6.0.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"). - 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